`LegacyWeb`: Import `Exception` class
This commit is contained in:
parent
1c0480d484
commit
2265b9d27b
|
@ -4,6 +4,8 @@
|
|||
namespace Icinga\Application;
|
||||
|
||||
require_once dirname(__FILE__) . '/Web.php';
|
||||
|
||||
use Exception;
|
||||
use Icinga\Exception\ProgrammingError;
|
||||
|
||||
class LegacyWeb extends Web
|
||||
|
|
Loading…
Reference in New Issue