You are here

CasValidateException.php in CAS 2.x

Same filename and directory in other branches
  1. 8 src/Exception/CasValidateException.php

File

src/Exception/CasValidateException.php
View source
<?php

namespace Drupal\cas\Exception;


/**
 * Extends \Exception.
 */
class CasValidateException extends \Exception {

}

Classes

Namesort descending Description
CasValidateException Extends \Exception.