1 2 3 4 5 6 7
<?php /** * Exception class used to report plugin install errors. */ class PluginInstallationException extends Exception { }