Exception: Steam::ElementNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ ElementNotFound

Returns a new instance of ElementNotFound.



13
14
15
# File 'lib/steam.rb', line 13

def initialize(*args)
  super "could not find element: #{args.map { |arg| arg.inspect }.join(', ') }"
end