Sha256: 3e4560c8a82ecdada020db5529a0c446c35dcb54f14fb7129ca9a1250675ed95

Contents?: true

Size: 131 Bytes

Versions: 13

Compression:

Stored size: 131 Bytes

Contents

# frozen_string_literal: true

class EasyPost::Errors::EasyPostError < StandardError
  def pretty_print
    message.to_s
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
easypost-6.4.1 lib/easypost/errors/easy_post_error.rb
easypost-6.4.0 lib/easypost/errors/easy_post_error.rb
easypost-6.3.0 lib/easypost/errors/easy_post_error.rb
easypost-6.2.0 lib/easypost/errors/easy_post_error.rb
easypost-6.1.1 lib/easypost/errors/easy_post_error.rb
easypost-6.1.0 lib/easypost/errors/easy_post_error.rb
easypost-6.0.0 lib/easypost/errors/easy_post_error.rb
easypost-5.3.0 lib/easypost/errors/easy_post_error.rb
easypost-5.2.0 lib/easypost/errors/easy_post_error.rb
easypost-5.1.1 lib/easypost/errors/easy_post_error.rb
easypost-5.1.0 lib/easypost/errors/easy_post_error.rb
easypost-5.0.1 lib/easypost/errors/easy_post_error.rb
easypost-5.0.0 lib/easypost/errors/easy_post_error.rb