Exception: ECB::Exchange::ParseError

Inherits:
Error
  • Object
show all
Defined in:
lib/ecb/exchange/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(url) ⇒ ParseError

Returns a new instance of ParseError.



26
27
28
# File 'lib/ecb/exchange/errors.rb', line 26

def initialize(url)
  super("parsing XML from '#{url}' failed")
end