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