Exception: Service::Base::Failure

Inherits:
StandardError
  • Object
show all
Defined in:
lib/service/base.rb

Overview

The only exception that can be raised by a service.

Instance Attribute Summary collapse

Instance Attribute Details

#contextContext (readonly)

Returns:



10
11
12
# File 'lib/service/base.rb', line 10

def context
  @context
end