class Shamu::Services::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/services/error.rb, line 10 def translation_scope super.dup.insert( 1, :services ) end