diff --git a/modules/core/lib/Controller/ExceptionController.php b/modules/core/lib/Controller/Exception.php similarity index 99% rename from modules/core/lib/Controller/ExceptionController.php rename to modules/core/lib/Controller/Exception.php index 0c829e8f71871152f369fb38c10319478ffedebe..072282e8e3f399cc41a981e31b147a8b12542838 100644 --- a/modules/core/lib/Controller/ExceptionController.php +++ b/modules/core/lib/Controller/Exception.php @@ -19,7 +19,7 @@ use Symfony\Component\HttpFoundation\Request; * * @package SimpleSAML\Module\core */ -class ExceptionController +class Exception { /** @var \SimpleSAML\Configuration */ protected $config;