From e6cd773f5a8bd757c9362524cfeb3f7cb7fa81c9 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 8 Mar 2017 19:59:00 +0100 Subject: Fix blocking namespace issue --- .../config/exception/PluginConfigOrderException.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 application/config/exception/PluginConfigOrderException.php (limited to 'application/config/exception/PluginConfigOrderException.php') diff --git a/application/config/exception/PluginConfigOrderException.php b/application/config/exception/PluginConfigOrderException.php new file mode 100644 index 00000000..f9d68750 --- /dev/null +++ b/application/config/exception/PluginConfigOrderException.php @@ -0,0 +1,17 @@ +message = 'An error occurred while trying to save plugins loading order.'; + } +} -- cgit v1.2.3