diff --git a/lib/SimpleSAML/Error/NoAvailableIDP.php b/lib/SimpleSAML/Error/NoAvailableIDP.php deleted file mode 100644 index d3c99dc237a44161718e2b31a6e2fe8d23b289b5..0000000000000000000000000000000000000000 --- a/lib/SimpleSAML/Error/NoAvailableIDP.php +++ /dev/null @@ -1,15 +0,0 @@ -<?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 diff --git a/lib/SimpleSAML/Error/NoSupportedIDP.php b/lib/SimpleSAML/Error/NoSupportedIDP.php deleted file mode 100644 index 0ef97ed2acfbafe4d15acc7c765e5f0b44f12947..0000000000000000000000000000000000000000 --- a/lib/SimpleSAML/Error/NoSupportedIDP.php +++ /dev/null @@ -1,15 +0,0 @@ -<?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