SproutCMS

This is the code documentation for the SproutCMS project

function errorHandler()

Converts PHP errors into ErrorExceptions

Usage

void Kohana::errorHandler ( int $errno , string $errmsg , string $file , int $line );

Authors

Arguments

  1. int $errno
    Error code
  2. string $errmsg
    Error message
  3. string $file
  4. int $line

Exceptions thrown

  • ErrorException

Return value

  • void