Exception: Coltrane::BadConstructorError
- Inherits:
-
ColtraneError
- Object
- StandardError
- ColtraneError
- Coltrane::BadConstructorError
- Defined in:
- lib/coltrane/errors.rb
Direct Known Subclasses
HasNoNotesError, InvalidNoteError, InvalidNotesError, WrongKeywordsError
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ BadConstructorError
constructor
A new instance of BadConstructorError.
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 |