Sha256: 431449a4f8a8f0e91c86c70fd481086b0b71576281e479de345ad8a0c2afae1e

Contents?: true

Size: 173 Bytes

Versions: 5

Compression:

Stored size: 173 Bytes

Contents

module Adp
  module Connection

    class ConnectionException < Exception

      # @return [Object]
      def initialize( message )
        super
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
adp-connection-0.1.5 lib/adp/connection_exception.rb
adp-connection-0.1.4 lib/adp/connection_exception.rb
adp-connection-0.1.3 lib/adp/connection_exception.rb
adp-connection-0.1.2 lib/adp/connection_exception.rb
adp-connection-0.1.1 lib/adp/connection_exception.rb