Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
BadUserInnput.php 227 B
<?php
/**
 * Exception indicating illegal innput from user.
 * 
 * @author Thomas Graff <thomas.graff@uninett.no>
 * @package simpleSAMLphp_base
 *
 */
class SimpleSAML_Error_BadUserInnput extends SimpleSAML_Error_User{
	
}

?>