AssetLoaderException constructor
Create a new AssetLoaderException
message the message
cause optional chained exception
Implementation
const AssetLoaderException(super.message, {
super.cause,
required this.path
});
Create a new AssetLoaderException
message the message
cause optional chained exception
const AssetLoaderException(super.message, {
super.cause,
required this.path
});