Module: Watchtower::WatchedExceptionBase::InstanceMethods
- Defined in:
- lib/watchtower/watched_exception_base.rb
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
82 83 84 |
# File 'lib/watchtower/watched_exception_base.rb', line 82 def name "#{self.exception_class} in #{self.controller_action}" end |