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