DivisionByZero type
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
echo(1 / 0) # ... Exception of type DivisionByZero ...