]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/bookmark/exception/EmptyDataStoreException.php
Introduce Bookmark object and Service layer to retrieve them
[github/shaarli/Shaarli.git] / application / bookmark / exception / EmptyDataStoreException.php
diff --git a/application/bookmark/exception/EmptyDataStoreException.php b/application/bookmark/exception/EmptyDataStoreException.php
new file mode 100644 (file)
index 0000000..cd48c1e
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+
+
+namespace Shaarli\Bookmark\Exception;
+
+
+class EmptyDataStoreException extends \Exception {}