AlarmException constructor

const AlarmException(
  1. String message
)

Creates an AlarmException with the given error message.

Implementation

const AlarmException(this.message);