16 lines
365 B
PHP
Executable File
16 lines
365 B
PHP
Executable File
<?php
|
|
|
|
|
|
/**
|
|
* Class SimpleSAML_Error_ProxyCountExceeded
|
|
*
|
|
* @deprecated This class has been deprecated and will be removed in SimpleSAMLphp 2.0. Please use
|
|
* SimpleSAML\Module\saml\Error\ProxyCountExceeded instead.
|
|
*
|
|
* @see \SimpleSAML\Module\saml\Error\ProxyCountExceeded
|
|
*/
|
|
class SimpleSAML_Error_ProxyCountExceeded extends SimpleSAML_Error_Exception
|
|
{
|
|
|
|
}
|