lib/uniform_notifier/errors.rb



# frozen_string_literal: true

class UniformNotifier
  class Exception < RuntimeError
  end
end