Exception: MoveToGo::InvalidHistoryClassificationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/move-to-go/errors.rb

Instance Method Summary collapse

Instance Method Details

#initalize(classification) ⇒ Object



24
25
26
# File 'lib/move-to-go/errors.rb', line 24

def initalize(classification)
    super("#{classification} is not a valid history classification")
end