mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-29 06:21:16 +00:00
6 lines
114 B
Ruby
6 lines
114 B
Ruby
module OpenFoodNetwork
|
|
module Reports
|
|
class UnsupportedReportFormatException < StandardError; end
|
|
end
|
|
end
|