lib/soapy_cake/error.rb in soapy_cake-1.19.0 vs lib/soapy_cake/error.rb in soapy_cake-1.20.0

- old
+ new

@@ -1,4 +1,5 @@ module SoapyCake class Error < RuntimeError; end class RequestFailed < Error; end + class RateLimitError < RequestFailed; end end