PHP Class 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
Author: Mathieu Dumoulin aka CrazyCodr ([email protected])
Inheritance: extends DataException, implements Exceptions\Tag\InvalidDataException
Datei anzeigen Open project: crazycodr/standard-exceptions

Public Methods

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

Method Details

__construct() public method

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