SetaPDF_Merger_Exception Merger Exception
File: /SetaPDF v2/Merger/Exception.php
Class hierarchy
Implements
Summary
Properties
$_pdfFilename
protected string SetaPDF_Merger_Exception::$_pdfFilename
The filename that was processed while the exception was created
Methods
__construct()
public SetaPDF_Merger_Exception::__construct (
[ string $message = '' [, int $code = 0 [, Exception|null $previous = null [, null $pdfFilename = null ]]]]
)SetaPDF_Merger_Exception constructor.
Parameters
- $message : string
The Exception message to throw.
- $code : int
The Exception code.
- $previous : Exception|null
The previous exception used for the exception chaining.
- $pdfFilename : null
The PDF filename that was processed while the exception was created.
__clone()
Internal PHP method: Exception::__clone
__toString()
Internal PHP method: Exception::__toString
__wakeup()
Internal PHP method: Exception::__wakeup
getCode()
Internal PHP method: Exception::getCode
getFile()
Internal PHP method: Exception::getFile
getLine()
Internal PHP method: Exception::getLine
getMessage()
Internal PHP method: Exception::getMessage
getPrevious()
Internal PHP method: Exception::getPrevious
getTrace()
Internal PHP method: Exception::getTrace
getTraceAsString()
Internal PHP method: Exception::getTraceAsString