Exception: Mysqlexport::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Mysqlexport::Error
- Defined in:
- lib/mysqlexport.rb
Instance Method Summary collapse
-
#initialize(msg = "Mysqlexport::Error") ⇒ Error
constructor
A new instance of Error.
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 |