sidecar
sidecar copied to clipboard
Add default value for `$numberOfBacktraces` in `SettledResult::throw`
#131 changed the signature of SettledResult::throw
so that calling ->throw()
without a parameter is no longer allowed. This just sets the default to NULL
so that it's backwards-compatible.