Sha256: 86cc5e53aefbefad78407898446c8940ca9558d371a45fe73f7b0e93b4c18917

Contents?: true

Size: 118 Bytes

Versions: 3

Compression:

Stored size: 118 Bytes

Contents

module Etherscan
  class Exception < StandardError
    def initialize(message)
      super(message)
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
etherscan_api-0.4.0 lib/etherscan/exceptions.rb
etherscan_api-0.3.0 lib/etherscan/exceptions.rb
etherscan_api-0.2.0 lib/etherscan/exceptions.rb