Skip to content

class Error_Handler

Oliver edited this page Apr 26, 2020 · 2 revisions

www/includes/mobilez/error_handler.inc.php


Error_Handler

Package

Mobilezorg\Error

ToDo

author

  • IneX

date

  • 16.01.2016

version

  • 1.0

Overview

Public Properties

No public properties found

Constants

No constants found

Public Methods

addError() |

Methods

addError()

Error Collector Adds an error and all it's details to the global {$errors} array

public addError(mixed $text, mixed $file = false, mixed $line = false, mixed $function = false, mixed $class = false) : array static

Tags
  • author: IneX
  • version: 1.0
  • since: 1.0
  • global: array $errors Global Array to collect {$errors}

\ » Classes » Error_Handler

Clone this wiki locally