Created
January 20, 2020 12:20
-
-
Save mayronceccon/59af517c3f18a01f48e2f285db0177d8 to your computer and use it in GitHub Desktop.
Lista de Exceções PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error | |
| ArithmeticError | |
| DivisionByZeroError | |
| AssertionError | |
| ParseError | |
| TypeError | |
| ArgumentCountError | |
| Exception | |
| ClosedGeneratorException | |
| DOMException | |
| ErrorException | |
| IntlException | |
| LogicException | |
| BadFunctionCallException | |
| BadMethodCallException | |
| DomainException | |
| InvalidArgumentException | |
| LengthException | |
| OutOfRangeException | |
| PharException | |
| ReflectionException | |
| RuntimeException | |
| OutOfBoundsException | |
| OverflowException | |
| PDOException | |
| RangeException | |
| UnderflowException | |
| UnexpectedValueException | |
| SodiumException |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment