Skip to content

Replace exceptions in PFUser.signUp with errors. #169

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

Merged
merged 1 commit into from
Sep 6, 2015

Conversation

nlutsenko
Copy link
Contributor

Replace all exceptions with errors, so we don't crash end applications, but rather fail signup requests.
Contributes to #6

@grantland
Copy link

LGTM, but why does it need to be async?

@nlutsenko
Copy link
Contributor Author

I need a BFTask return type there, so simply named it with async, but since I am using default executor inside - it's not really changing threads that much often.

@nlutsenko nlutsenko force-pushed the nlutsenko.user.exceptions branch from 1bb6c88 to dbfd19e Compare September 4, 2015 21:02
nlutsenko added a commit that referenced this pull request Sep 6, 2015
Replace exceptions in PFUser.signUp with errors.
@nlutsenko nlutsenko merged commit 5eeafcb into master Sep 6, 2015
@nlutsenko nlutsenko deleted the nlutsenko.user.exceptions branch September 6, 2015 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants