class Coltrane::Theory::WrongKeywordsError

Public Class Methods

new(msg) click to toggle source
# File lib/coltrane/theory/errors.rb, line 20
def initialize(msg)
  super "Use one of the following set of keywords: #{msg}"
end