Skip to content

v0.0.2

Compare
Choose a tag to compare
@fakeheal fakeheal released this 15 Jun 07:55
· 6 commits to main since this release

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());
}