PHP 클래스 Exceptions\Data\FormatException

- You are expecting a data format such as JSON and received data in the form of XML - You are expecting a data in a format that cannot be parsed such as a bad regular expression
저자: Mathieu Dumoulin aka CrazyCodr ([email protected])
상속: extends DataException, implements Exceptions\Tag\InvalidDataException
파일 보기 프로젝트 열기: crazycodr/standard-exceptions

공개 메소드들

메소드 설명
__construct ( $message = 'Data provided is not of the expected format or cannot be parsed correctly.', $code, $previous = null )

메소드 상세

__construct() 공개 메소드

public __construct ( $message = 'Data provided is not of the expected format or cannot be parsed correctly.', $code, $previous = null )