Exception: SimplyTheTenant::NilTenantError

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

Instance Method Summary collapse

Constructor Details

#initializeNilTenantError

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