Exception: Motel::AnonymousTenantError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Anonymous tenant is not allowed") ⇒ AnonymousTenantError

Returns a new instance of AnonymousTenantError.



22
23
24
# File 'lib/motel/errors.rb', line 22

def initialize(msg = "Anonymous tenant is not allowed")
  super(msg)
end