# frozen_string_literal: true module Bayesnet class Error < StandardError end end