Method: Exceptions.clear_context

Defined in:
lib/exceptions.rb

.clear_contextObject

Public: Clear the context.

Returns nothing.



40
41
42
# File 'lib/exceptions.rb', line 40

def clear_context
  backend.clear_context
end