runff 1.0 commit
This commit is contained in:
15
lib/SimpleSAML/Error/NoPassive.php
Executable file
15
lib/SimpleSAML/Error/NoPassive.php
Executable file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
|
||||
/**
|
||||
* Class SimpleSAML_Error_NoPassive
|
||||
*
|
||||
* @deprecated This class has been deprecated and will be removed in SimpleSAMLphp 2.0. Please use
|
||||
* SimpleSAML\Module\saml\Error\NoPassive instead.
|
||||
*
|
||||
* @see \SimpleSAML\Module\saml\Error\NoPassive
|
||||
*/
|
||||
class SimpleSAML_Error_NoPassive extends SimpleSAML_Error_Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user