Raydium Framework

HttpException extends Exception
in package

Table of Contents

$statusCode  : mixed
__construct()  : mixed
getStatusCode()  : int

Properties

Methods

__construct()

public __construct(string $message[, int $statusCode = 500 ], int $code[, Throwable|null $previous = null ]) : mixed
Parameters
$message : string
$statusCode : int = 500
$code : int
$previous : Throwable|null = null
Return values
mixed

getStatusCode()

public getStatusCode() : int
Return values
int

Search results