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