Overrides HttpExceptionSubscriberBase::getPriority
protected static function getPriority() : int { // Use a higher priority than ExceptionLoggingSubscriber, because there's // no need to log the exception if we can redirect. // @see Drupal\Core\EventSubscriber\ExceptionLoggingSubscriber return 75; }