Exception: SimplyTheTenant::MultipleTenantError

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

Instance Method Summary collapse

Constructor Details

#initializeMultipleTenantError

Returns a new instance of MultipleTenantError.



74
75
76
# File 'lib/simply_the_tenant.rb', line 74

def initialize
  super("Multiple tenant classes are not supported.")
end