Pionia Core

BaseException extends Exception
in package

This is the base exception class that all other exceptions must extend.

Tags
author

Jet - ezrajet9@gmail.com

Table of Contents

Methods

__construct()  : mixed
__toString()  : mixed

Methods

__construct()

public __construct([mixed $message = "" ][, mixed $code = 0 ][, Throwable $previous = null ]) : mixed
Parameters
$message : mixed = ""
$code : mixed = 0
$previous : Throwable = null

        
On this page

Search results