Exception: EnvCompare::MissingThemeError
- Inherits:
-
StandardError
- Object
- StandardError
- EnvCompare::MissingThemeError
- Defined in:
- lib/env_compare/errors.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
5 6 7 8 9 10 11 12 13 14 |
# File 'lib/env_compare/errors.rb', line 5 def <<~MSG Theme not found. Use one of: --theme light --theme dark MSG end |