class Cura::Error::InvalidColor
Raised when a color is invalid.
Public Instance Methods
to_s()
click to toggle source
# File lib/cura/error/invalid_color.rb, line 7 def to_s "must be a Cura::Color or :inherit" end