PHP Class Lemon\RestBundle\Object\Exception\InvalidException

Inheritance: extends RuntimeException
Show file Open project: stanlemon/rest-bundle

Protected Properties

Property Type Description
$errors

Public Methods

Method Description
__construct ( string $message, array $errors = [] )
getErrors ( )

Method Details

__construct() public method

public __construct ( string $message, array $errors = [] )
$message string
$errors array

getErrors() public method

public getErrors ( )

Property Details

$errors protected property

protected $errors