AttachmentNotFoundException

Extends \Exception

Class AttachmentNotFoundException

Is thrown whenever an email attachment file could not be found on the server.

category

System

package

Email

subpackage

Exceptions

Methods

Class Constructor

__construct(string $message = '', string $attachmentPath = '') 

Arguments

$message

string

(optional) Message of the exception instance.

$attachmentPath

string

(optional) The attachment path that could not be found.

Get attachment path that could not be found.

getAttachmentPath() : string

Response

string

Attachment path.

Properties

Attachment path.

attachmentPath : string
var

Type(s)

string