Files
runff/lib/SimpleSAML/Error/BadUserInput.php
2019-04-29 16:09:00 +02:00

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
{
}