Exception: EnvCompare::MissingThemeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/env_compare/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
8
9
10
11
12
13
14
# File 'lib/env_compare/errors.rb', line 5

def message
  <<~MSG


    Theme not found. Use one of:

        --theme light
        --theme dark
  MSG
end