diff --git a/lib/SimpleSAML/Error/ProxyCountExceeded.php b/lib/SimpleSAML/Error/ProxyCountExceeded.php new file mode 100644 index 0000000000000000000000000000000000000000..624a1f8ffd7c38770ba95ed205df260889bda432 --- /dev/null +++ b/lib/SimpleSAML/Error/ProxyCountExceeded.php @@ -0,0 +1,8 @@ +<?php + + +class SimpleSAML_Error_ProxyCountExceeded extends SimpleSAML_Error_Exception { + +} + +?> \ No newline at end of file