AttachmentNotFoundException
extends Exception
in package
Class AttachmentNotFoundException
Is thrown whenever an email attachment file could not be found on the server.
Tags
Table of Contents
- $attachmentPath : string
- Attachment path.
- __construct() : mixed
- Class Constructor
- getAttachmentPath() : string
- Get attachment path that could not be found.
Properties
$attachmentPath
Attachment path.
protected
string
$attachmentPath
Methods
__construct()
Class Constructor
public
__construct([string $message = '' ][, string $attachmentPath = '' ]) : mixed
Parameters
- $message : string = ''
-
(optional) Message of the exception instance.
- $attachmentPath : string = ''
-
(optional) The attachment path that could not be found.
Return values
mixed —getAttachmentPath()
Get attachment path that could not be found.
public
getAttachmentPath() : string
Return values
string —Attachment path.