`LegacyWeb`: Import `Exception` class

This commit is contained in:
raviks789 2023-08-15 10:01:06 +02:00
parent 1c0480d484
commit 2265b9d27b
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
namespace Icinga\Application;
require_once dirname(__FILE__) . '/Web.php';
use Exception;
use Icinga\Exception\ProgrammingError;
class LegacyWeb extends Web