LiveException constructor
const
LiveException(
- String message
Creates an exception for a command that couldn't complete.
Implementation
const LiveException(this.message) : code = failedCode;
Creates an exception for a command that couldn't complete.
const LiveException(this.message) : code = failedCode;