lib/muffin_man.rb in muffin_man-2.0.1 vs lib/muffin_man.rb in muffin_man-2.0.2
- old
+ new
@@ -22,9 +22,18 @@
require "muffin_man/merchant_fulfillment/v0"
module MuffinMan
class Error < StandardError; end
+ class SpApiAuthError < StandardError
+ attr_reader :auth_response
+
+ def initialize(auth_response)
+ super
+ @auth_response = auth_response
+ end
+ end
+
class << self
attr_accessor :configuration
end
def self.configure