SessionLifetimeInMinutesInvalidException constructor
Implementation
SessionLifetimeInMinutesInvalidException({String? type, String? message})
: super(
type: type,
code: 'SessionLifetimeInMinutesInvalidException',
message: message);