<?phpnamespaceShaarli\Config\Exception;/** * Exception used if an error occur while saving plugin configuration. */classPluginConfigOrderExceptionextends\Exception{/** * Construct exception. */publicfunction__construct(){$this->message=t('An error occurred while trying to save plugins loading order.');}}