diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/exceptions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/exceptions.php b/engine/lib/exceptions.php index 3ac7793de..0c9b9b0d7 100644 --- a/engine/lib/exceptions.php +++ b/engine/lib/exceptions.php @@ -71,7 +71,7 @@ */ class ClassNotFoundException extends ClassException {} - // Installation exceptions //////////////////////////////////////////////////////////////// + // Configuration exceptions /////////////////////////////////////////////////////////////// /** * @class InstallationException |