DurationException constructor
DurationException(
- String message,
- ErrorCodes code
Constructor for exception
Implementation
DurationException(
this.message,
this.code,
);
Constructor for exception
DurationException(
this.message,
this.code,
);