JosephLenton / PHP-Error

Better error reporting for PHP, and prettier too!
1.35k stars 151 forks source link

ErrorException wasn't compatible with PHP's ErrorException. #64

Closed panrafal closed 11 years ago

panrafal commented 11 years ago

Now it's not needed, as php_error requires php 5.3. I've left it for compatibility

JosephLenton commented 11 years ago

I've just removed the ErrorException all together. It's only used within PHP Error, and really should just go.