setasign\SetaPDF2\Merger
Exception Merger Exception
File: /SetaPDF v2/Merger/Exception.php            
        Old class name (alias):
        \SetaPDF_Merger_Exception    
Class hierarchy
Implements
Summary
Properties
$_pdfFilename                
                
                                        
            The filename that was processed while the exception was created
$code
$file
$line
$message
Methods
__construct()
                
                
                                        
            Exception constructor.
Parameters
- $message : string
- The Exception message to throw. 
- $code : int
- The Exception code. 
- $previous : ?\Exception
- 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
