WindowOutOfRangeException constructor
WindowOutOfRangeException({
- Object? cause,
- StackTrace? stackTrace,
Implementation
WindowOutOfRangeException({Object? cause, StackTrace? stackTrace})
: super(
'window_out_of_range',
SafeErrorMessages.expiredOrNotYetValid,
cause: cause,
stackTrace: stackTrace,
);