mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-10 23:07:47 +00:00
6 lines
112 B
Ruby
6 lines
112 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Reports
|
|
class UnsupportedReportFormatException < StandardError; end
|
|
end
|