From d8e12b117ffc28735412b956fc1c37ca3168a301 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Tue, 28 Oct 2014 16:50:42 +1300 Subject: Moved PluginDeactivatedException out of the FrontController.php file Because 1) it should be (one class per file) and 2) some plugin tests fails now that the FrontController is now always called in tests (at least I think) --- core/PluginDeactivatedException.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 core/PluginDeactivatedException.php (limited to 'core/PluginDeactivatedException.php') diff --git a/core/PluginDeactivatedException.php b/core/PluginDeactivatedException.php new file mode 100644 index 0000000000..fe42667674 --- /dev/null +++ b/core/PluginDeactivatedException.php @@ -0,0 +1,20 @@ + Plugins page in Piwik."); + } +} -- cgit v1.2.3