PHP Класс Exceptions\Collection\KeyNotFoundException
Be careful not to throw this exception when data from a data source cannot be found unless that data source is
specifically a collection/array like structure that lives in memory. When querying a filesystem, use the
filesystem exceptions, when querying a data source use the data exceptions, etc.
Показать файл
Открыть проект
Открытые методы
Метод |
Описание |
|
__construct ( $message = 'Key not found in array/collection', $code, $previous = null ) |
|
|
Описание методов
__construct()
публичный Метод
public __construct ( $message = 'Key not found in array/collection', $code, $previous = null ) |