* @link https://getkirby.com * @copyright Bastian Allgeier * @license https://opensource.org/licenses/MIT */ class ErrorPageException extends Exception { protected static $defaultKey = 'errorPage'; protected static $defaultFallback = 'Triggered error page'; protected static $defaultHttpCode = 404; }