<?phpnamespace LeagueFlysystemPlugin;use LogicException;class PluginNotFoundException extends LogicException{ // This exception doesn't require additional information.}