Exception: MultipleThemesError
- Inherits:
-
StandardError
- Object
- StandardError
- MultipleThemesError
- Defined in:
- lib/workarea/theme/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'More than one theme installed.') ⇒ MultipleThemesError
constructor
A new instance of MultipleThemesError.
Constructor Details
#initialize(msg = 'More than one theme installed.') ⇒ MultipleThemesError
Returns a new instance of MultipleThemesError.
2 3 4 |
# File 'lib/workarea/theme/errors.rb', line 2 def initialize(msg = 'More than one theme installed.') super end |