Class AttachmentNotFoundException

Class AttachmentNotFoundException

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

Exception implements Throwable
AttachmentNotFoundException

Methods summary

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

Class Constructor

public getAttachmentPath( void ) : string

Get attachment path that could not be found.

Methods inherited from Exception

__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Properties summary

protected $attachmentPath : string

Attachment path.


		

Properties inherited from Exception

$code, $file, $line, $message