Skip to content

1.7

Compare
Choose a tag to compare
@peldax peldax released this 12 Nov 19:06
· 143 commits to master since this release
c7400f1
  • Introduced Error handling mode and removed $catchExceptions (with fallback)
    • NONE - rethrow everything (same as $catchExceptions = false)
    • ALL - catch everything (same as $catchExceptions = true)
    • CLIENT_AWARE - catch ClientAware, rethrow everything else