Exception: SimplyTheTenant::NoSubdomainError
- Inherits:
-
StandardError
- Object
- StandardError
- SimplyTheTenant::NoSubdomainError
- Defined in:
- lib/simply_the_tenant.rb
Instance Method Summary collapse
-
#initialize ⇒ NoSubdomainError
constructor
A new instance of NoSubdomainError.
Constructor Details
#initialize ⇒ NoSubdomainError
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 |