summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Error/ProxyCountExceeded.php
blob: 0af64d51e740db277e523d89284290d6b16a3122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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 {

}