OrgDoesNotExistError({ required String orgId, bool log = kDebugMode, }) : super( message: 'Organization with id "$orgId" does not exist', stackTrace: StackTrace.current, );