v0.0.2
New exception class CorsAnywhereException
that's extended by:
NoValidUrlProvidedException
HostNotAllowedException
for easier handling of exceptions like:
try {
(new Proxy([]))->handle();
} catch (CorsAnywhereExcepton $e) {
die($e->getMessage());
}