Skip to content
Snippets Groups Projects
Commit cf41cd39 authored by Jaime Pérez's avatar Jaime Pérez
Browse files

Remove unused exceptions.

parent d708ce5d
No related branches found
No related tags found
No related merge requests found
<?php
/**
* Simple exception to model the NoAvailableIDP SAML error.
*
* @author Jaime Pérez Crespo, UNINETT AS <jaime.perez@uninett.no>
* @package SimpleSAMLphp
*/
namespace SimpleSAML\Error;
class NoAvailableIDP extends \SimpleSAML_Error_Exception
{
}
\ No newline at end of file
<?php
/**
* Simple exception to model the NoSupportedIDP SAML error.
*
* @author Jaime Pérez Crespo, UNINETT AS <jaime.perez@uninett.no>
* @package SimpleSAMLphp
*/
namespace SimpleSAML\Error;
class NoSupportedIDP extends \SimpleSAML_Error_Exception
{
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment