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