PHP Класс Pinq\PinqException

Автор: Elliot Levin ([email protected])
Наследование: extends Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $messageFormat = '', mixed $_ = null )
construct ( array $parameters )
invalidIterable ( $method, $value )
notSupported ( $method )

Описание методов

__construct() публичный метод

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

construct() публичный статический метод

public static construct ( array $parameters )
$parameters array

invalidIterable() публичный статический метод

public static invalidIterable ( $method, $value )

notSupported() публичный статический метод

public static notSupported ( $method )