Exception: PrettyConsole::InvalidColorError
- Inherits:
-
PrettyConsoleError
- Object
- StandardError
- PrettyConsoleError
- PrettyConsole::InvalidColorError
- Defined in:
- lib/pretty_console/invalid_color_error.rb
Instance Method Summary collapse
-
#initialize(message = '') ⇒ InvalidColorError
constructor
A new instance of InvalidColorError.
Constructor Details
#initialize(message = '') ⇒ InvalidColorError
Returns a new instance of InvalidColorError.
6 7 8 |
# File 'lib/pretty_console/invalid_color_error.rb', line 6 def initialize(='') super() end |