Exception: Dbsketch::Model::ModelError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/dbsketch/model/model_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ModelError

Returns a new instance of ModelError.



9
10
11
# File 'lib/dbsketch/model/model_error.rb', line 9

def initialize message
	super(message)
end