Exception: StyleTrain::HexColor::HexError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- StyleTrain::HexColor::HexError
- Defined in:
- lib/style_train/color_types/hex_color.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
4 5 6 |
# File 'lib/style_train/color_types/hex_color.rb', line 4 def @message ||= 'Hexidecimal colors should be 3 or 6 hexidecimal digits and can be preceded by a # sign' end |