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