Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch throwable instead of exception #85

Open
wants to merge 1 commit into
base: hubspot
Choose a base branch
from
Open

Conversation

stevie400
Copy link

They changed this on us in c391bae. They seem to be advocating for allowing some errors, such as OOMs to bubble up, which seems reasonable.

Any thoughts on if we want to do something smart here? We could just add LinkageError to the catch as its subclasses are what keep biting us. Or we could just go with Throwable here like we currently do elsewhere and move on.

@Xcelled @suruuK @jaredstehler @PtrTeixeira @ggs5427

@jaredstehler
Copy link

the OP suggests that OutOfMemory errors were not propagating; perhaps we do want to be selective in what we catch here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants