InstanceDoesNotExistException({String? type, String? message}) : super( type: type, code: 'InstanceDoesNotExistException', message: message);