Fatal Errors
Fatal errors stop the execution of a script.
They usually occur due to serious problems such as calling undefined functions.
Example
Section titled “Example”undefinedFunction();Fatal errors stop the execution of a script.
They usually occur due to serious problems such as calling undefined functions.
undefinedFunction();