Exception: Hemp::Orm::DatabaseError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/hemp/orm/database_error.rb

Instance Method Summary collapse

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(custom_message = "")
  super "Error while creating database. "\
  "#{custom_message}"
end