mirror of
https://github.com/ppy/osu
synced 2024-12-23 07:15:46 +00:00
Add a touch more detail to the unsupported skin component exception
This commit is contained in:
parent
4bf11df57c
commit
d2780c2c50
@ -8,7 +8,7 @@ namespace osu.Game.Skinning
|
||||
public class UnsupportedSkinComponentException : Exception
|
||||
{
|
||||
public UnsupportedSkinComponentException(ISkinComponent component)
|
||||
: base($@"Unsupported component type: {component.GetType()}(""{component.LookupName}"").")
|
||||
: base($@"Unsupported component type: {component.GetType()} (lookup: ""{component.LookupName}"").")
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user