aboutsummaryrefslogtreecommitdiff
path: root/lib/exceptions/PluginInstallationException.php
blob: e4ff89eeb1194942f5adf60831fc6c69e2e1a4e7 (plain)
1
2
3
4
5
6
7
<?php
/**
 * Exception class used to report plugin install errors.
 */
class PluginInstallationException extends Exception
{
}