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

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