Types

DivisionByZero

Represents an error of dividing by zero.

Parent types

Example

echo(1 / 0)
# ... Exception of type DivisionByZero ...