deleted file mode 100644
@@ -1,10 +0,0 @@
-<?php
-
-namespace GuzzleHttp\Promise;
-/**
- * Exception that is set as the reason for a promise that has been cancelled.
- */
-class CancellationException extends RejectionException
-{
-}
new file mode 100644
@@ -0,0 +1,10 @@
+<?php
+
+namespace GuzzleHttp\Promise;
+/**
+ * Exception that is set as the reason for a promise that has been cancelled.
+ */
+class CancellationException extends RejectionException
+{
+}