Exception: SimplyTheTenant::MultipleTenantError
- Inherits:
-
StandardError
- Object
- StandardError
- SimplyTheTenant::MultipleTenantError
- Defined in:
- lib/simply_the_tenant.rb
Instance Method Summary collapse
-
#initialize ⇒ MultipleTenantError
constructor
A new instance of MultipleTenantError.
Constructor Details
#initialize ⇒ MultipleTenantError
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 |