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.
저자: Mathieu Dumoulin aka CrazyCodr ([email protected])
상속: extends CollectionException, implements Exceptions\Tag\NotFoundException
파일 보기 프로젝트 열기: crazycodr/standard-exceptions

공개 메소드들

메소드 설명
__construct ( $message = 'Key not found in array/collection', $code, $previous = null )

메소드 상세

__construct() 공개 메소드

public __construct ( $message = 'Key not found in array/collection', $code, $previous = null )