ExceptionOccured
extends Mailable
in package
Uses
Queueable, SerializesModels
Table of Contents
- $content : mixed
- __construct() : void
- Create a new message instance.
- build() : $this
- Build the message.
Properties
$content
private
mixed
$content
Methods
__construct()
Create a new message instance.
public
__construct(mixed $exception) : void
Parameters
- $exception : mixed
Return values
void —build()
Build the message.
public
build() : $this