mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-17 04:34:24 +00:00
4 lines
81 B
Ruby
4 lines
81 B
Ruby
module Reports
|
|
class UnsupportedReportFormatException < StandardError; end
|
|
end
|