InvalidHourException.withValue constructor
Creates a InvalidHourException object that includes the value that triggered this exception.
Implementation
const InvalidHourException.withValue(int super.value, [super.message])
: super.withValue();
Creates a InvalidHourException object that includes the value that triggered this exception.
const InvalidHourException.withValue(int super.value, [super.message])
: super.withValue();