InvalidHourException constructor

const InvalidHourException([
  1. String? message
])

Creates a InvalidHourException object.

Implementation

const InvalidHourException([super.message]);