AlarmException constructor
Creates an AlarmException with the given error message.
Implementation
const AlarmException(this.code, {this.message, this.stacktrace});
Creates an AlarmException with the given error message.
const AlarmException(this.code, {this.message, this.stacktrace});