From 5ba55f0cf287c583019bbb731ad98e04a14da972 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 8 Mar 2017 20:28:33 +0100 Subject: Move config exception to dedicated classes with proper namespace --- .../config/exception/UnauthorizedConfigException.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 application/config/exception/UnauthorizedConfigException.php (limited to 'application/config/exception/UnauthorizedConfigException.php') diff --git a/application/config/exception/UnauthorizedConfigException.php b/application/config/exception/UnauthorizedConfigException.php new file mode 100644 index 00000000..79672c1b --- /dev/null +++ b/application/config/exception/UnauthorizedConfigException.php @@ -0,0 +1,18 @@ +message = 'You are not authorized to alter config.'; + } +} -- cgit v1.2.3