Exception: Etherscan::Exception

Inherits:
StandardError
  • Object
show all
Defined in:
lib/etherscan/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ Exception

Returns a new instance of Exception.



3
4
5
# File 'lib/etherscan/exceptions.rb', line 3

def initialize(message)
  super(message)
end