Sha256: ccf4812badf289dfdb264127cf306842405d8cf225881cc123b8a5bd624294de

Contents?: true

Size: 383 Bytes

Versions: 5

Compression:

Stored size: 383 Bytes

Contents

module SecondAmendmentWholesale
  class Error < StandardError
    
    class BadRequest < SecondAmendmentWholesale::Error; end
    class NotAuthorized < SecondAmendmentWholesale::Error; end
    class NotFound < SecondAmendmentWholesale::Error; end
    class RequestError < SecondAmendmentWholesale::Error; end
    class TimeoutError < SecondAmendmentWholesale::Error; end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
second_amendment_wholesale-1.0.5 lib/second_amendment_wholesale/error.rb
second_amendment_wholesale-1.0.3 lib/second_amendment_wholesale/error.rb
second_amendment_wholesale-1.0.2 lib/second_amendment_wholesale/error.rb
second_amendment_wholesale-1.0.1 lib/second_amendment_wholesale/error.rb
second_amendment_wholesale-1.0.0 lib/second_amendment_wholesale/error.rb