shgysk8zer0 / core_api

The foundation of Core. Only traits, interfaces, & abstracts
GNU General Public License v3.0
0 stars 1 forks source link

Implement Error handler #2

Closed shgysk8zer0 closed 9 years ago

shgysk8zer0 commented 9 years ago

Should define methods for:

abstract public static function reportError(
    $level,
    $message,
    $file,
    $line,
    array $context = array()
)

Provide Interface, abstract class, and trait.