firephp / firephp-core

FirePHP server library for sending PHP variables to the browser.
http://www.firephp.org
222 stars 78 forks source link

Unknown class Error #30

Closed TheJosh closed 5 years ago

TheJosh commented 9 years ago

Line 854 contains: throw new Error('Too many groupEnd() as opposed to group() calls!');

Shouldn't it be: throw new ErrorException('Too many groupEnd() as opposed to group() calls!');