final class LayoutNotFoundException extends ViewException

Class to handle events related to layouts not being found.

Methods

__construct(string $message = '', Throwable|null $previous = null)

Create a new exception to handle faults related to rendering content.

Details

in ViewException at line 17
__construct(string $message = '', Throwable|null $previous = null)

Create a new exception to handle faults related to rendering content.

Parameters

string $message

Optional short message to describe what happened.

Throwable|null $previous

Optional underlying cause for exception chaining.