Completed
Pull Request — master (#23)
by Lars
02:57
created
QuickPay/API/Exception.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -13,12 +13,12 @@
 block discarded – undo
13 13
 class Exception extends \Exception
14 14
 {
15 15
     /**
16
-    * __Construct function.
17
-    *
18
-    * Redefine the exception so message isn't optional
19
-    *
20
-    * @access public
21
-    */
16
+     * __Construct function.
17
+     *
18
+     * Redefine the exception so message isn't optional
19
+     *
20
+     * @access public
21
+     */
22 22
     public function __construct($message, $code = 0, Exception $previous = null)
23 23
     {
24 24
         // Make sure everything is assigned properly
Please login to merge, or discard this patch.