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
Показать файл Открыть проект

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

Метод Описание
__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 )