class PrintfulApiException
Printful exception returned from the API
Attributes
code[RW]
Public Class Methods
new(code)
click to toggle source
# File lib/printful_client.rb, line 140 def initialize(code) @code = code end