SsrException
class SsrException extends Exception
Properties
| SsrRenderFailed|null | $event | The SSR render failed event containing error details. |
Methods
static SsrException
string|null
component()
Get the component that failed to render.
SsrErrorType|null
type()
Get the error type.
string|null
hint()
Get the hint for fixing the error.
string|null
sourceLocation()
Get the source location where the error occurred.
Details
at line 14
static SsrException
fromEvent(SsrRenderFailed $event)
Create a new SSR exception from a render failure event.
at line 40
string|null
component()
Get the component that failed to render.
at line 48
SsrErrorType|null
type()
Get the error type.
at line 56
string|null
hint()
Get the hint for fixing the error.
at line 64
string|null
sourceLocation()
Get the source location where the error occurred.