13 lines
222 B
PHP
Executable File
13 lines
222 B
PHP
Executable File
<?php
|
|
/**
|
|
* Exception indicating illegal innput from user.
|
|
*
|
|
* @author Thomas Graff <thomas.graff@uninett.no>
|
|
* @package SimpleSAMLphp_base
|
|
*
|
|
*/
|
|
class SimpleSAML_Error_BadUserInput extends SimpleSAML_Error_User
|
|
{
|
|
|
|
}
|