class DriverError

Public Class Methods

new(msg="Driver is out of date.") click to toggle source
Calls superclass method
# File lib/pagedump/driver_error.rb, line 2
def initialize(msg="Driver is out of date.")
  super
end