AuthNotAllowedException constructor

AuthNotAllowedException()

Implementation

AuthNotAllowedException()
    : super(
        'auth operation not allowed',
        ErrorCodes.jwtAccessNotAllowed,
      );