class MultipleThemesError

Public Class Methods

new(msg = 'More than one theme installed.') click to toggle source
Calls superclass method
# File lib/workarea/theme/errors.rb, line 2
def initialize(msg = 'More than one theme installed.')
  super
end