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