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