class Flowcation::SubstitutionNotFoundException
Public Class Methods
build(xpath:, name:)
click to toggle source
# File lib/flowcation/substitution_not_found_exception.rb, line 3 def self.build(xpath:, name:) new("Substitution #{name} not found for xpath #{xpath}") end