3 namespace Shaarli\Config\Exception
;
6 * Exception used if an error occur while saving plugin configuration.
8 class PluginConfigOrderException
extends \Exception
11 * Construct exception.
13 public function __construct()
15 $this->message
= t('An error occurred while trying to save plugins loading order.');