Skip to content

Fatal Errors

Fatal errors stop the execution of a script.

They usually occur due to serious problems such as calling undefined functions.

undefinedFunction();