lib/xeroizer/exceptions.rb in xeroizer-2.17.1 vs lib/xeroizer/exceptions.rb in xeroizer-2.18.1

- old
+ new

@@ -95,9 +95,11 @@ "One of the keys #{@possible_keys.join(', ')} need to be defined to update the record." end end + class RecordInvalid < XeroizerError; end + class SettingTotalDirectlyNotSupported < XeroizerError def initialize(attribute_name) @attribute_name = attribute_name end