class Shamu::Events::Error

A generic error class for problems with shamu services.

Private Instance Methods

translation_scope() click to toggle source
Calls superclass method Shamu::Error#translation_scope
# File lib/shamu/events/error.rb, line 10
def translation_scope
  super.dup.insert( 1, :events )
end