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