Merge pull request #14956 from eileenmcnaughton/mem_auto
[civicrm-core.git] / CRM / Contribute / Exception / CheckLineItemsException.php
index d14a3aec98f9685cb2807cbfc60a2aa3f2fdc0e0..c1c0d3a9142746b47f267c38e00c1f7196065a4e 100644 (file)
@@ -1,13 +1,13 @@
-<?php\r
-\r
-/**\r
- * Class CRM_Contribute_Exception_CheckLineItemsException\r
- */\r
-class CRM_Contribute_Exception_CheckLineItemsException extends API_Exception {\r
-  const LINE_ITEM_DIFFERRING_TOTAL_EXCEPTON_MSG = "Line item total doesn't match with total amount.";\r
-\r
-  public function __construct($message = self::LINE_ITEM_DIFFERRING_TOTAL_EXCEPTON_MSG, $error_code = 0, array $extraParams = [], $previous = NULL) {\r
-    parent::__construct($message, $error_code, $extraParams, $previous);\r
-  }\r
-\r
-}\r
+<?php
+
+/**
+ * Class CRM_Contribute_Exception_CheckLineItemsException
+ */
+class CRM_Contribute_Exception_CheckLineItemsException extends API_Exception {
+  const LINE_ITEM_DIFFERRING_TOTAL_EXCEPTON_MSG = "Line item total doesn't match with total amount.";
+
+  public function __construct($message = self::LINE_ITEM_DIFFERRING_TOTAL_EXCEPTON_MSG, $error_code = 0, array $extraParams = [], $previous = NULL) {
+    parent::__construct($message, $error_code, $extraParams, $previous);
+  }
+
+}