Exception: Coltrane::BadConstructorError

Inherits:
ColtraneError
  • Object
show all
Defined in:
lib/coltrane/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ BadConstructorError

Returns a new instance of BadConstructorError.



13
14
15
# File 'lib/coltrane/errors.rb', line 13

def initialize(msg = nil)
  super "Bad constructor. #{msg}"
end