0 votes
in PHP by
What are the three classes of errors that can occur in PHP?

1 Answer

0 votes
by

The three basic classes of errors are notices (non-critical), warnings (serious errors) and fatal errors (critical errors).

...