diff options
Diffstat (limited to 'lib/SparkPost/APIResponseException.php')
-rw-r--r-- | lib/SparkPost/APIResponseException.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/SparkPost/APIResponseException.php b/lib/SparkPost/APIResponseException.php new file mode 100644 index 0000000..cc0842c --- /dev/null +++ b/lib/SparkPost/APIResponseException.php @@ -0,0 +1,9 @@ +<?php + +namespace SparkPost; + +class APIResponseException extends \Exception { + +} + +?> |