diff options
Diffstat (limited to 'application/config/ConfigPlugin.php')
-rw-r--r-- | application/config/ConfigPlugin.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/config/ConfigPlugin.php b/application/config/ConfigPlugin.php index cb0b6fce..61a594d3 100644 --- a/application/config/ConfigPlugin.php +++ b/application/config/ConfigPlugin.php | |||
@@ -1,4 +1,6 @@ | |||
1 | <?php | 1 | <?php |
2 | namespace Shaarli\Config; | ||
3 | |||
2 | /** | 4 | /** |
3 | * Plugin configuration helper functions. | 5 | * Plugin configuration helper functions. |
4 | * | 6 | * |
@@ -112,7 +114,7 @@ function load_plugin_parameter_values($plugins, $conf) | |||
112 | /** | 114 | /** |
113 | * Exception used if an error occur while saving plugin configuration. | 115 | * Exception used if an error occur while saving plugin configuration. |
114 | */ | 116 | */ |
115 | class PluginConfigOrderException extends Exception | 117 | class PluginConfigOrderException extends \Exception |
116 | { | 118 | { |
117 | /** | 119 | /** |
118 | * Construct exception. | 120 | * Construct exception. |