3 namespace Shaarli\Bookmark\Exception
;
5 class NotWritableDataStoreException
extends \Exception
8 * NotReadableDataStore constructor.
10 * @param string $dataStore file path
12 public function __construct($dataStore)
14 $this->message
= 'Couldn\'t load data from the data store file "' . $dataStore . '". ' .
15 'Your data might be corrupted, or your file isn\'t readable.';