Exception: Flowcation::SubstitutionNotFoundException

Inherits:
Exception
  • Object
show all
Defined in:
lib/flowcation/substitution_not_found_exception.rb

Class Method Summary collapse

Class Method Details

.build(xpath:, name:) ⇒ Object



3
4
5
# File 'lib/flowcation/substitution_not_found_exception.rb', line 3

def self.build(xpath:, name:)
  new("Substitution #{name} not found for xpath #{xpath}")
end