LogicException
extends RuntimeException
in package
FinalYes
Exception for reporting a logic error.
Tags
Table of Contents
Methods
- create() : LogicException
- Create a new LogicException with a standardized start of the text.
Methods
create()
Create a new LogicException with a standardized start of the text.
public
static create(string $message) : LogicException
Parameters
- $message : string
-
Arbitrary message text.