Exception: Hemp::Orm::DatabaseError
- Defined in:
- lib/hemp/orm/database_error.rb
Instance Method Summary collapse
-
#initialize(custom_message = "") ⇒ DatabaseError
constructor
A new instance of DatabaseError.
Constructor Details
#initialize(custom_message = "") ⇒ DatabaseError
Returns a new instance of DatabaseError.
4 5 6 7 |
# File 'lib/hemp/orm/database_error.rb', line 4 def initialize( = "") super "Error while creating database. "\ "#{custom_message}" end |