15 lines
212 B
PHP
Executable File
15 lines
212 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* Baseclass for user error exceptions
|
|
*
|
|
*
|
|
* @author Thomas Graff <thomas.graff@uninett.no>
|
|
* @package SimpleSAMLphp_base
|
|
*
|
|
*/
|
|
class SimpleSAML_Error_User extends SimpleSAML_Error_Exception
|
|
{
|
|
|
|
}
|