Documentation

InvalidQuadException extends RuntimeException
in package

Exception that is thrown when an invalid quad is detected.

Tags
author

Markus Lanthaler mail@markus-lanthaler.com

Table of Contents

Properties

$quad  : Quad
The quad that triggered this exception

Methods

__construct()  : mixed
Constructor.
getQuad()  : Quad
Gets the quad
setQuad()  : mixed
Sets the quad

Properties

Methods

__construct()

Constructor.

public __construct(string $message, Quad $quad[, null|Exception $previous = null ]) : mixed
Parameters
$message : string

The error message

$quad : Quad

The quad

$previous : null|Exception = null

The previous exception


        
On this page

Search results