AlarmException constructor
const
AlarmException(
- String message
Creates an AlarmException with the given error message
.
Implementation
const AlarmException(this.message);
Creates an AlarmException with the given error message
.
const AlarmException(this.message);