Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Adds HelperError rescue class #7

Merged
merged 1 commit into from Aug 2, 2013

Conversation

nicholaskuechler
Copy link
Contributor

The missing HelperError rescue class obfuscates the real problem or error should one arise in the web app.

For example, with the HelperError rescue class in place I can see this error:

Redis::CannotConnectError at /
Error connecting to Redis on 11.22.33.44:6379 (ECONNREFUSED)

But without the class I only see:

NameError at /
uninitialized constant Oculusweb::HelperError

jonlives added a commit that referenced this pull request Aug 2, 2013
@jonlives jonlives merged commit ddb8d02 into etsy:master Aug 2, 2013
@jonlives
Copy link
Contributor

jonlives commented Aug 2, 2013

Thanks for this, good catch - no idea how I missed that :p

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants