DivisionByZero type

Represents an error of dividing by zero.

Example

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

Direct parent types

InvalidArgument
Represents an error of calling a method with incorrect argument.
Direct subtypes: 3