X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2Fplugin%2Fexception%2FPluginFileNotFoundException.php;fp=application%2Fplugin%2Fexception%2FPluginFileNotFoundException.php;h=e5386f02605989de373e21e4b4295c3785ac058a;hb=ff3b5dc5542ec150f0d9b447394364a15e9156d0;hp=0000000000000000000000000000000000000000;hpb=1826e383ecf501302974132fd443cf1ca06e10f6;p=github%2Fshaarli%2FShaarli.git diff --git a/application/plugin/exception/PluginFileNotFoundException.php b/application/plugin/exception/PluginFileNotFoundException.php new file mode 100644 index 00000000..e5386f02 --- /dev/null +++ b/application/plugin/exception/PluginFileNotFoundException.php @@ -0,0 +1,23 @@ +message = sprintf(t('Plugin "%s" files not found.'), $pluginName); + } +}