From 94d897c0e5030a2b44d7d0dd38ce5ce262ec31c5 Mon Sep 17 00:00:00 2001 From: Ingo Pfennigstorf Date: Thu, 11 May 2017 14:49:52 +0200 Subject: [PATCH] Add own exception namespace Exceptions from this library all extend the IIIFException - so a simple instance of query is simpler. --- Exception/DataException.php | 7 +++++++ Exception/IIIFException.php | 7 +++++++ Exception/MalformedDocumentException.php | 2 +- Service/PresentationService.php | 7 ++++++- 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 Exception/DataException.php create mode 100644 Exception/IIIFException.php diff --git a/Exception/DataException.php b/Exception/DataException.php new file mode 100644 index 0000000..2b11543 --- /dev/null +++ b/Exception/DataException.php @@ -0,0 +1,7 @@ +