lib/genability/error.rb in genability-0.2.0 vs lib/genability/error.rb in genability-0.3.0

- old
+ new

@@ -17,9 +17,9 @@ # Raised when Genability returns the HTTP status code 503 class ServiceUnavailable < Error; end # Raised when the tariff input for the calculate method is # not an array or hash - class InvalidTariffInput < Error; end + class InvalidInput < Error; end end