com\setasign\SetaFramework

ExceptionCollection Class ExceptionCollection

File: /SetaFramework/src/ExceptionCollection.php

Class hierarchy

Implements

Summary

Properties

$code

protected \Exception::$code = 0

$collectionMessage

$file

protected \Exception::$file = ''

$line

protected \Exception::$line = 0

$message

protected \Exception::$message = ''

Methods

__construct()

public ExceptionCollection::__construct (
string $message = '',
\Throwable[] $exceptions = array ( )
)

ExceptionCollection constructor.

Parameters
$message : string
 
$exceptions : \Throwable[]
 

__clone()

Internal PHP method: Exception::__clone

__toString()

public ExceptionCollection::__toString (
void
): string

__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