diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2021-07-22 16:07:19 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2021-07-22 16:19:12 +0200 |
| commit | a3da1483a9e689846179159355badfec8073dbec (patch) | |
| tree | 770dcca6bdf5f6f2a11b0e7fcbbeda6919a3fc52 /lib/exceptions/PluginInstallationException.php | |
current code from svn, revision 62608
Diffstat (limited to 'lib/exceptions/PluginInstallationException.php')
| -rw-r--r-- | lib/exceptions/PluginInstallationException.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/exceptions/PluginInstallationException.php b/lib/exceptions/PluginInstallationException.php new file mode 100644 index 0000000..e4ff89e --- /dev/null +++ b/lib/exceptions/PluginInstallationException.php @@ -0,0 +1,7 @@ +<?php +/** + * Exception class used to report plugin install errors. + */ +class PluginInstallationException extends Exception +{ +} |
