Method: I18n.exception_handler=
- Defined in:
- lib/gems/activesupport-2.2.2/lib/active_support/vendor/i18n-0.0.1/i18n.rb
.exception_handler=(exception_handler) ⇒ Object
Sets the exception handler.
49 50 51 |
# File 'lib/gems/activesupport-2.2.2/lib/active_support/vendor/i18n-0.0.1/i18n.rb', line 49 def exception_handler=(exception_handler) @@exception_handler = exception_handler end |