# frozen_string_literal: true module Segmentor module Errors # EvaluationError should be raised when evaluating a source fails. This # will be recorded on the session class EvaluationError < StandardError; end end end