PHP Class Tobscure\JsonApi\Exception\InvalidParameterException

Inheritance: extends Exceptio\Exception
Mostra file Open project: tobscure/json-api

Public Methods

Method Description
__construct ( $message = '', $code, $previous = null, string $invalidParameter = '' )
getInvalidParameter ( ) : string

Method Details

__construct() public method

public __construct ( $message = '', $code, $previous = null, string $invalidParameter = '' )
$invalidParameter string The parameter that caused this exception.

getInvalidParameter() public method

public getInvalidParameter ( ) : string
return string The parameter that caused this exception.