From 74582bcca22520b746da4d57da6f48d4fdda7650 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sun, 15 Oct 2023 18:32:15 +0200 Subject: [PATCH] Extend / specify file comment on MDInvalidNodaLink --- exceptions/updates/MDInvalidNodaLink.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exceptions/updates/MDInvalidNodaLink.php b/exceptions/updates/MDInvalidNodaLink.php index 13308b6..f695f11 100644 --- a/exceptions/updates/MDInvalidNodaLink.php +++ b/exceptions/updates/MDInvalidNodaLink.php @@ -1,6 +1,7 @@ */ @@ -10,7 +11,7 @@ declare(strict_types = 1); * Custom exception class to be raised when trying to use a language that is not * accepted by museum-digital. */ -final class MDInvalidNodaLink extends Exception { +class MDInvalidNodaLink extends Exception { /** * Error message. *