abstract class TenantCouldNotBeIdentifiedException extends Exception implements ProvidesSolution (View source)

Properties

protected string $solutionTitle

Default solution title.

protected string $solutionDescription

Default solution description.

Methods

title(string $solutionTitle)

Set the solution title.

description(string $solutionDescription)

Set the solution description.

BaseSolution
getSolution()

Get the Ignition description.

Details

protected TenantCouldNotBeIdentifiedException tenantCouldNotBeIdentified(string $how)

Set the message.

Parameters

string $how

Return Value

TenantCouldNotBeIdentifiedException

protected TenantCouldNotBeIdentifiedException title(string $solutionTitle)

Set the solution title.

Parameters

string $solutionTitle

Return Value

TenantCouldNotBeIdentifiedException

protected TenantCouldNotBeIdentifiedException description(string $solutionDescription)

Set the solution description.

Parameters

string $solutionDescription

Return Value

TenantCouldNotBeIdentifiedException

BaseSolution getSolution()

Get the Ignition description.

Return Value

BaseSolution