PHP Class Pinq\PinqException

Author: Elliot Levin ([email protected])
Inheritance: extends Exception
Show file Open project: timetoogo/pinq Class Usage Examples

Public Methods

Method Description
__construct ( string $messageFormat = '', mixed $_ = null )
construct ( array $parameters )
invalidIterable ( $method, $value )
notSupported ( $method )

Method Details

__construct() public method

public __construct ( string $messageFormat = '', mixed $_ = null )
$messageFormat string
$_ mixed The values to interpolate the message with

construct() public static method

public static construct ( array $parameters )
$parameters array

invalidIterable() public static method

public static invalidIterable ( $method, $value )

notSupported() public static method

public static notSupported ( $method )