Exception: SimplyTheTenant::NoSubdomainError

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

Instance Method Summary collapse

Constructor Details

#initializeNoSubdomainError

Returns a new instance of NoSubdomainError.



93
94
95
96
# File 'lib/simply_the_tenant.rb', line 93

def initialize
  super("No subdomain found in request. Ensure that the request has a subdomain, " \
    "or override `tenant_subdomain` to provide a custom subdomain.")
end