Exception: Flowcation::BlockNotFoundException
- Inherits:
-
Exception
- Object
- Exception
- Flowcation::BlockNotFoundException
- Defined in:
- lib/flowcation/block_not_found_exception.rb
Class Method Summary collapse
Class Method Details
.build(xpath:, path:) ⇒ Object
3 4 5 |
# File 'lib/flowcation/block_not_found_exception.rb', line 3 def self.build(xpath:, path:) new("Yield Block #{xpath} not found for Layout #{path}") end |