blob: 2f674be18f97d6f59063810f5cde54820974a9dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
/**
* Baseclass for user error exceptions
*
*
* @author Thomas Graff <thomas.graff@uninett.no>
* @package SimpleSAMLphp_base
*
*/
class SimpleSAML_Error_User extends SimpleSAML_Error_Exception{
}
|