Exception: Motel::NonexistentTenantError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Nonexistent tenant") ⇒ NonexistentTenantError

Returns a new instance of NonexistentTenantError.



10
11
12
# File 'lib/motel/errors.rb', line 10

def initialize(msg = "Nonexistent tenant")
  super(msg)
end