Unroutable

Exceptions for requests that cannot be routed to a controller method.

class Unroutable extends RuntimeException implements Exception
Copyright
2015-2016 Appertly
License
Apache-2.0

Constructors / Destructors

Public
ReturnsSignature and Description
void
__construct(string $message = "", int $code = 0, ?Exception $cause = null, ImmMap<string,string> $headers = ImmMap{})

Creates a new Unroutable.

Instance Methods

Public
ReturnsSignature and Description
ImmMap<string,string>

Gets the headers to set.

Static Methods

Public
ReturnsSignature and Description
Unroutable
fromRoute(Route $failedRoute)

Creates a new Unroutable based on a failed Aura Route.

Method Details

__construct

public function __construct(string $message = "", int $code = 0, ?Exception $cause = null, ImmMap<string,string> $headers = ImmMap{})

Creates a new Unroutable.

Parameters
NameTypeDescription
$messagestring
$codeint
$cause?Exception
$headersImmMap<string,string>

fromRoute

public static function fromRoute(Route $failedRoute)

Creates a new Unroutable based on a failed Aura Route.

Parameters
NameTypeDescription
$failedRouteRoute

The failed Aura Route

Returns
TypeDescription
Unroutable

A new Unroutable

getHeaders

public function getHeaders()

Gets the headers to set.

Returns
TypeDescription
ImmMap<string,string>

associative array of header names to values