You are here

CasSloException.php in CAS 2.x

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

File

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

namespace Drupal\cas\Exception;


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

}

Classes

Namesort descending Description
CasSloException Extends \Exception.