phpbrowscap
phpbrowscap copied to clipboard
Change namespace Exception name.
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 throw
s.
That can break someones code, but tbh it's a fair price for not keeping this monster alive.
Pull request https://github.com/GaretJax/phpbrowscap/pull/42