mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-04 07:09:14 +00:00
6 lines
114 B
Ruby
6 lines
114 B
Ruby
module OpenFoodNetwork
|
|
module Reports
|
|
class UnsupportedReportFormatException < StandardError; end
|
|
end
|
|
end
|