Parse PHP SDK API Reference

ParseException extends Exception
in package

Class ParseException - Wrapper for \Exception class.

Tags
author

Fosco Marotto [email protected]

Table of Contents

__construct()  : mixed
Constructs a Parse\Exception.

Methods

__construct()

Constructs a Parse\Exception.

public __construct(string $message, int $code[, Exception $previous = null ]) : mixed
Parameters
$message : string

Message for the Exception.

$code : int

Error code.

$previous : Exception = null

Previous Exception.

Return values
mixed

Search results