class Emotions::InvalidEmotion
Attributes
emotion[R]
Public Class Methods
new(emotion)
click to toggle source
# File lib/emotions/errors.rb, line 5 def initialize(emotion) @emotion = emotion end