ExceptionOccured extends Mailable Uses Queueable, SerializesModels
Table of Contents
- $appImage : mixed
- $contactUser : mixed
- $Errormessage : mixed
- $subject : mixed
- $title4Header : mixed
- __construct() : void
- Create a new Errormessage instance.
- build() : $this
- Build the message.
- setUp() : void
- Create a new message instance.
- subject() : $this
- Set the subject of the message.
Properties
$appImage
public
mixed
$appImage
= ''
$contactUser
public
mixed
$contactUser
$Errormessage
public
mixed
$Errormessage
$subject
public
mixed
$subject
$title4Header
public
mixed
$title4Header
= ''
Methods
__construct()
Create a new Errormessage instance.
public
__construct(mixed $subject, mixed $Errormessage, mixed $contactUser) : void
Parameters
- $subject : mixed
- $Errormessage : mixed
- $contactUser : mixed
Return values
void —build()
Build the message.
public
build() : $this
Return values
$this —setUp()
Create a new message instance.
public
setUp() : void
Return values
void —subject()
Set the subject of the message.
public
subject(string $subject) : $this
Parameters
- $subject : string