Sha256: aa66c3b5b0d5ae188bda24d9297d0557d5f49279f6d66ec3c620ed6398a889ee

Contents?: true

Size: 462 Bytes

Versions: 4

Compression:

Stored size: 462 Bytes

Contents

module Routemaster
  module Client
    class Error < StandardError; end
    class ArgumentError < ArgumentError; end

    class InvalidArgumentError       < ArgumentError; end
    class ConfigurationError         < Error; end
    class MissingAsyncBackendError   < Error; end
    class MissingAttributeError      < ConfigurationError; end
    class InvalidAttributeError      < ConfigurationError; end
    class ConnectionError            < Error; end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
routemaster-client-3.2.3 routemaster/client/errors.rb
routemaster-client-3.2.0 routemaster/client/errors.rb
routemaster-client-3.1.2 routemaster/client/errors.rb
routemaster-client-3.1.1 routemaster/client/errors.rb