Exception: Dye::UnknownSgrCode

Inherits:
Exception
  • Object
show all
Defined in:
lib/dye.rb

Instance Method Summary collapse

Constructor Details

#initialize(sgr) ⇒ UnknownSgrCode

Returns a new instance of UnknownSgrCode.



19
20
21
# File 'lib/dye.rb', line 19

def initialize(sgr)
  super("#{sgr.inspect} is unknown")
end