summaryrefslogtreecommitdiffstats
path: root/lib/SparkPost/APIResponseException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/SparkPost/APIResponseException.php')
-rw-r--r--lib/SparkPost/APIResponseException.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/SparkPost/APIResponseException.php b/lib/SparkPost/APIResponseException.php
index cc0842c..e279e4d 100644
--- a/lib/SparkPost/APIResponseException.php
+++ b/lib/SparkPost/APIResponseException.php
@@ -2,7 +2,8 @@
namespace SparkPost;
-class APIResponseException extends \Exception {
+class APIResponseException extends \Exception
+{
}