From 0052ecd45505b85b3a40fc5f59f08659ea90f229 Mon Sep 17 00:00:00 2001 From: PJ Dietz Date: Thu, 29 Nov 2012 14:40:46 -0500 Subject: [PATCH] Add custom exceptions. --- exceptions/CurlException.inc.php | 12 ++++++++++++ exceptions/WellrestedException.inc.php | 10 ++++++++++ 2 files changed, 22 insertions(+) create mode 100644 exceptions/CurlException.inc.php create mode 100644 exceptions/WellrestedException.inc.php diff --git a/exceptions/CurlException.inc.php b/exceptions/CurlException.inc.php new file mode 100644 index 0000000..cf49a28 --- /dev/null +++ b/exceptions/CurlException.inc.php @@ -0,0 +1,12 @@ + \ No newline at end of file