* @link https://getkirby.com * @copyright Bastian Allgeier * @license https://opensource.org/licenses/MIT */ class NotFoundException extends Exception { protected static $defaultKey = 'notFound'; protected static $defaultFallback = 'Not found'; protected static $defaultHttpCode = 404; }