lib/samovar/failure.rb



# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2017-2023, by Samuel Williams.

module Samovar
	class Failure < RuntimeError
	end
end