class Campa::Error::Resolution

Public Class Methods

new(label) click to toggle source
Calls superclass method
# File lib/campa/error/resolution.rb, line 4
def initialize(label)
  super "Unable to resolve symbol: #{label} in this context"
end