Method: Chatterbox::ExceptionNotification::Extracter#notice
- Defined in:
- lib/chatterbox/exception_notification/extracter.rb
#notice ⇒ Object
11 12 13 14 15 |
# File 'lib/chatterbox/exception_notification/extracter.rb', line 11 def notice hash = extract_exception_info(@notification) hash = extract_ruby_info(hash) extract_default_info(hash) end |