Exception: MultipleThemesError

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

Instance Method Summary collapse

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