Exception: SimplyTheTenant::NilTenantError
- Inherits:
-
StandardError
- Object
- StandardError
- SimplyTheTenant::NilTenantError
- Defined in:
- lib/simply_the_tenant.rb
Instance Method Summary collapse
-
#initialize ⇒ NilTenantError
constructor
A new instance of NilTenantError.
Constructor Details
#initialize ⇒ NilTenantError
Returns a new instance of NilTenantError.
68 69 70 |
# File 'lib/simply_the_tenant.rb', line 68 def initialize super("Cannot set a nil tenant.") end |