class EasyPost::Errors::EasyPostError

Public Instance Methods

pretty_print() click to toggle source
# File lib/easypost/errors/easy_post_error.rb, line 4
def pretty_print
  message.to_s
end