You are here

class UserVisibleException in SAML Authentication 4.x

Same name and namespace in other branches
  1. 8.3 src/UserVisibleException.php \Drupal\samlauth\UserVisibleException

A RuntimeException that contains messages that are safe to expose to users.

Hierarchy

Expanded class hierarchy of UserVisibleException

2 files declare their use of UserVisibleException
SamlController.php in src/Controller/SamlController.php
UserFieldsEventSubscriber.php in modules/samlauth_user_fields/src/EventSubscriber/UserFieldsEventSubscriber.php

File

src/UserVisibleException.php, line 8

Namespace

Drupal\samlauth
View source
class UserVisibleException extends \RuntimeException {

}

Members