From 1f0b9d79876a48928be27e61a7a19024ba86fbd4 Mon Sep 17 00:00:00 2001 From: Casey McLaughlin Date: Sat, 7 Dec 2024 13:37:37 -0500 Subject: [PATCH] Clarify comment in InvalidConfigValueException.php --- src/Exception/InvalidConfigValueException.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Exception/InvalidConfigValueException.php b/src/Exception/InvalidConfigValueException.php index a9c6fcb..c8bb1f9 100644 --- a/src/Exception/InvalidConfigValueException.php +++ b/src/Exception/InvalidConfigValueException.php @@ -24,7 +24,8 @@ /** * Invalid Config Value Exception * - * This is not used in Configula, but provided for implementing libraries (see Configula documentation) + * This is not used in the Configula source itself, but provided for implementing libraries + * (see Configula documentation) */ class InvalidConfigValueException extends RuntimeException implements ConfigExceptionInterface {