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

13 lines
231 B
PHP
Executable File

<?php
/**
* Exception indicating wrong password given by user.
*
* @author Thomas Graff <thomas.graff@uninett.no>
* @package SimpleSAMLphp_base
*
*/
class SimpleSAML_Error_InvalidCredential extends SimpleSAML_Error_User
{
}