lib/soaspec/not_found_errors.rb in soaspec-0.1.6 vs lib/soaspec/not_found_errors.rb in soaspec-0.1.7
- old
+ new
@@ -1,13 +1,13 @@
-# Raised to represent when there's no element at an Xpath
-class NoElementAtPath < StandardError
- def initialize(msg = 'No element at path found')
- super
- end
-end
-
-# Did not find any element by provided key in the Hash
-class NoElementInHash < StandardError
- def initialize(msg = 'No element in Hash found')
- super
- end
-end
+# Raised to represent when there's no element at an Xpath
+class NoElementAtPath < StandardError
+ def initialize(msg = 'No element at path found')
+ super
+ end
+end
+
+# Did not find any element by provided key in the Hash
+class NoElementInHash < StandardError
+ def initialize(msg = 'No element in Hash found')
+ super
+ end
+end