Exception: Motel::NoCurrentTenantError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "No current tenant") ⇒ NoCurrentTenantError

Returns a new instance of NoCurrentTenantError.



16
17
18
# File 'lib/motel/errors.rb', line 16

def initialize(msg = "No current tenant")
  super(msg)
end