# frozen_string_literal: true

class UniformNotifier
  class Exception < RuntimeError
  end
end
