Exception: DriverError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Driver is out of date.") ⇒ DriverError

Returns a new instance of DriverError.



2
3
4
# File 'lib/pagedump/driver_error.rb', line 2

def initialize(msg="Driver is out of date.")
  super
end