blob: 48386c16ecea80a3275363f7058f8006aafaf122 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?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{
}
|