PHP Class Assert\LazyAssertionException

Inheritance: extends InvalidArgumentException
Datei anzeigen Open project: beberlei/assert

Public Methods

Method Description
__construct ( $message, array $errors )
fromErrors ( array $errors ) : self
getErrorExceptions ( )

Method Details

__construct() public method

public __construct ( $message, array $errors )
$errors array

fromErrors() public static method

public static fromErrors ( array $errors ) : self
$errors array
return self

getErrorExceptions() public method

public getErrorExceptions ( )