lib/soapy_cake/error.rb in soapy_cake-2.1.3 vs lib/soapy_cake/error.rb in soapy_cake-2.1.4

- old
+ new

@@ -1,5 +1,6 @@ # frozen_string_literal: true + module SoapyCake class Error < RuntimeError; end class RequestFailed < Error; end class RateLimitError < RequestFailed; end end