Exception: Campa::Error::Resolution

Inherits:
Campa::ExecutionError show all
Defined in:
lib/campa/error/resolution.rb

Instance Method Summary collapse

Constructor Details

#initialize(label) ⇒ Resolution

Returns a new instance of Resolution.



4
5
6
# File 'lib/campa/error/resolution.rb', line 4

def initialize(label)
  super "Unable to resolve symbol: #{label} in this context"
end