}
}
+// @codingStandardsIgnoreStart
namespace wcf\functions\exception {
+ use wcf\system\WCF;
use wcf\system\exception\IExtraInformationException;
use wcf\system\exception\SystemException;
- use wcf\system\WCF;
use wcf\util\FileUtil;
use wcf\util\StringUtil;
return '*/'.FileUtil::removeTrailingSlash(FileUtil::getRelativePath(WCF_DIR, $path));
}
}
+// @codingStandardsIgnoreEnd
@header('HTTP/1.1 503 Service Unavailable');
try {
+ // @codingStandardsIgnoreStart
\wcf\functions\exception\printThrowable($e);
+ // @codingStandardsIgnoreEnd
}
catch (\Throwable $e2) {
echo "<pre>An Exception was thrown while handling an Exception:\n\n";
<?php
namespace wcf\system\database\statement;
use wcf\system\benchmark\Benchmark;
-use wcf\system\database\Database;
use wcf\system\database\exception\DatabaseQueryException;
use wcf\system\database\exception\DatabaseQueryExecutionException;
+use wcf\system\database\Database;
use wcf\system\exception\SystemException;
use wcf\system\WCF;
<?php
namespace wcf\system\exception;
+// @codingStandardsIgnoreFile
use wcf\system\WCF;
use wcf\util\JSON;
use wcf\util\StringUtil;