Sha256: 5c033001cca1a85283c9e48f7baec157ab05dc096dde1b089a39e75cf1602656

Contents?: true

Size: 190 Bytes

Versions: 5

Compression:

Stored size: 190 Bytes

Contents

module Centaman
  module Exceptions
    class CentamanError < StandardError; end
    class CentamanTimeout < CentamanError; end
    class CentamanUnauthorized < CentamanError; end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
centaman-6.0.5 lib/centaman/exceptions.rb
centaman-6.0.4 lib/centaman/exceptions.rb
centaman-6.0.3 lib/centaman/exceptions.rb
centaman-6.0.2 lib/centaman/exceptions.rb
centaman-6.0.1 lib/centaman/exceptions.rb