Class gvHidraErrorHandlers

Description

Clase con métodos estáticos

Located in /include/gvHidraErrorHandlers.php (line 60)


	
			
Method Summary
static void errorText ( $code)
static void error_alert ()
static void error_handler ( $number,  $string,  $file,  $line,  $context)
Methods
static method errorText (line 139)

Traduce el codigo de error al nombre de la constante en texto

Devuelve UNKNOWN si no existe

static void errorText ( $code)
  • $code
static method error_alert (line 127)

Método invocado al final de cada peticion para detectar si se ha acabado con error

static void error_alert ()
static method error_handler (line 95)

Manejador de errores, usado en set_error_handler

Si el error es uno que para la ejecución, lo convierte en Excepcion El resto los envia al debug o al log del apache

static void error_handler ( $number,  $string,  $file,  $line,  $context)
  • $number
  • $string
  • $file
  • $line
  • $context

Documentation generated on Wed, 05 Oct 2011 10:36:27 +0200 by phpDocumentor 1.4.1