Skip to content

witty/debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Debug Class

default, all exception and error will handled by this class. you can stop through config

// enable exception and error handler
Witty::instance('Debug');
// disable exception and error handler
Witty::instance('Debug', array('debug' => FALSE));

basic usage

Debug::dump($val1, $val2, ...);

About

debug class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages