new file mode 100644
@@ -0,0 +1,10 @@
+<?php
+
+namespace GuzzleHttp\Exception;
+/**
+ * Exception when a client error is encountered (4xx codes)
+ */
+class ClientException extends BadResponseException
+{
+}
deleted file mode 100644
@@ -1,10 +0,0 @@
-<?php
-
-namespace GuzzleHttp\Exception;
-/**
- * Exception when a client error is encountered (4xx codes)
- */
-class ClientException extends BadResponseException
-{
-}