RuntimeException extends RuntimeException implements ExceptionInterface
RuntimeException class. This class extends the built-in RuntimeException and implements the ExceptionInterface. It is used to handle runtime 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 ][, string $file = '' ][, int $line = 0 ]) : mixed
Parameters
- $message : string
- $code : int = 0
- $previous : Throwable|null = null
- $file : string = ''
- $line : int = 0