class Pincers::ContextError

Attributes

context[R]

Public Class Methods

new(_context, _msg) click to toggle source
Calls superclass method
# File lib/pincers/errors.rb, line 22
def initialize(_context, _msg)
  super _msg
  @context = _context
end