--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/server/src/app/Services/BnfResolverException.php Thu Feb 25 21:26:15 2016 +0100
@@ -0,0 +1,6 @@
+<?php
+namespace CorpusParole\Services;
+
+class BnfResolverException extends \Exception {
+ // just extend...
+}