Changeset 8192
- Timestamp:
- 11/23/07 16:26:45 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/exception_notification/lib/exception_notifier.rb
r3569 r8192 37 37 38 38 def exception_notification(exception, controller, request, data={}) 39 content_type "text/plain" 40 39 41 subject "#{email_prefix}#{controller.controller_name}##{controller.action_name} (#{exception.class}) #{exception.message.inspect}" 40 42