mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
LegacyWeb
: Import Exception
class
This commit is contained in:
parent
1c0480d484
commit
2265b9d27b
@ -4,6 +4,8 @@
|
|||||||
namespace Icinga\Application;
|
namespace Icinga\Application;
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/Web.php';
|
require_once dirname(__FILE__) . '/Web.php';
|
||||||
|
|
||||||
|
use Exception;
|
||||||
use Icinga\Exception\ProgrammingError;
|
use Icinga\Exception\ProgrammingError;
|
||||||
|
|
||||||
class LegacyWeb extends Web
|
class LegacyWeb extends Web
|
||||||
|
Loading…
x
Reference in New Issue
Block a user