From 254e563f2511575c14d71097b4fe177e6ee4cfbd Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Mon, 19 Dec 2011 13:19:29 -0600 Subject: [PATCH] Added HTTP exception classes. --- src/HPCloud/Exception.php | 14 ++++++++++++++ src/HPCloud/Transport/AuthorizationException.php | 9 +++++++++ src/HPCloud/Transport/FileNotFoundException.php | 9 +++++++++ src/HPCloud/Transport/ServerException.php | 9 +++++++++ 4 files changed, 41 insertions(+) create mode 100644 src/HPCloud/Exception.php create mode 100644 src/HPCloud/Transport/AuthorizationException.php create mode 100644 src/HPCloud/Transport/FileNotFoundException.php create mode 100644 src/HPCloud/Transport/ServerException.php diff --git a/src/HPCloud/Exception.php b/src/HPCloud/Exception.php new file mode 100644 index 0000000..7328efe --- /dev/null +++ b/src/HPCloud/Exception.php @@ -0,0 +1,14 @@ +