Skip to content

Commit

Permalink
Clarify comment in InvalidConfigValueException.php
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyamcl committed Dec 7, 2024
1 parent 0bd185e commit 1f0b9d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Exception/InvalidConfigValueException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 1f0b9d7

Please sign in to comment.