Skip to content

Exceptions are thrown when trying to acces nested property while suppress_errors is enabled.#47

Open
toXXIc wants to merge 2 commits intobinarylogic:masterfrom
toXXIc:suppress_errors_fix
Open

Exceptions are thrown when trying to acces nested property while suppress_errors is enabled.#47
toXXIc wants to merge 2 commits intobinarylogic:masterfrom
toXXIc:suppress_errors_fix

Conversation

@toXXIc
Copy link

@toXXIc toXXIc commented Feb 21, 2013

Example:

class Defaults < Settingslogic
  ....
  suppress_errors true
end

Defaults.get('some.nonexistent.property') # Boom!

@brodock
Copy link

brodock commented Mar 25, 2013

👍

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.

2 participants