You are here

UserVisibleException.php in SAML Authentication 4.x

Same filename and directory in other branches
  1. 8.3 src/UserVisibleException.php

Namespace

Drupal\samlauth

File

src/UserVisibleException.php
View source
<?php

namespace Drupal\samlauth;


/**
 * A RuntimeException that contains messages that are safe to expose to users.
 */
class UserVisibleException extends \RuntimeException {

}

Classes

Namesort descending Description
UserVisibleException A RuntimeException that contains messages that are safe to expose to users.