KiteException
extends Exception
in package
Base exeception for client exceptions.
Table of Contents
- __construct() : void
- Constructor for KiteException
- __toString() : mixed
Methods
__construct()
Constructor for KiteException
public
__construct(mixed $message, int $code[, Exception|null $previous = null ]) : void
Parameters
- $message : mixed
- $code : int
- $previous : Exception|null = null
Return values
void —__toString()
public
__toString() : mixed