Cecil

ConfigException extends RuntimeException implements ExceptionInterface

ConfigException class.

This class extends the built-in RuntimeException and implements the ExceptionInterface. It is used to handle configuration-related exceptions in the Cecil application.

Table of Contents

Interfaces

ExceptionInterface
Exception interface.

Methods

__construct()  : mixed

Methods

__construct()

public __construct(string $message[, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
$message : string
$code : int = 0
$previous : Throwable|null = null
 
On this page

Search results