Exception: Mysqlexport::Error

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Mysqlexport::Error") ⇒ Error

Returns a new instance of Error.



17
18
19
# File 'lib/mysqlexport.rb', line 17

def initialize(msg = "Mysqlexport::Error")
  super(msg)
end