You are here

CasProxyException.php in CAS 2.x

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

File

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

namespace Drupal\cas\Exception;


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

}

Classes

Namesort descending Description
CasProxyException Extends \Exception.