class Porch::ContextStoppedError

Attributes

context[R]

Public Class Methods

new(context) click to toggle source
# File lib/porch/errors/context_stopped_error.rb, line 5
def initialize(context)
  @context = context
end