* @link https://getkirby.com * @copyright Bastian Allgeier * @license https://opensource.org/licenses/MIT */ class DuplicateException extends Exception { protected static string $defaultKey = 'duplicate'; protected static string $defaultFallback = 'The entry exists'; protected static int $defaultHttpCode = 400; }