InvalidHourException constructor
const
InvalidHourException([
- String? message
Creates a InvalidHourException object.
Implementation
const InvalidHourException([super.message]);
Creates a InvalidHourException object.
const InvalidHourException([super.message]);