# Raised to represent when there's no element at an Xpath class NoElementAtXpath < StandardError def initialize(msg="No element Xpath not found") super end end