phpbrowscap icon indicating copy to clipboard operation
phpbrowscap copied to clipboard

Change namespace Exception name.

Open quentin389 opened this issue 11 years ago • 1 comments

I don't wanna know who wrote that code:

use \Exception as BaseException;
class Exception extends BaseException
{}

but that's some really terrible piece of code.

I'm gonna change the in-namespace exception to something like BrowscapException, and update all the throws. That can break someones code, but tbh it's a fair price for not keeping this monster alive.

quentin389 avatar Aug 26 '13 21:08 quentin389

Pull request https://github.com/GaretJax/phpbrowscap/pull/42

ntvsx193 avatar Sep 08 '13 17:09 ntvsx193