Exception: Coltrane::WrongKeywordsError

Inherits:
BadConstructorError show all
Defined in:
lib/coltrane/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ WrongKeywordsError

Returns a new instance of WrongKeywordsError.



19
20
21
# File 'lib/coltrane/errors.rb', line 19

def initialize(msg)
  super "Use one of the following set of keywords: #{msg}"
end