Files
openfoodnetwork/engines/order_management/app/services/reports.rb
Kristina Lim 3f84d0008a Move some in OpenFoodNetwork to engine services
This removes the OpenFoodNetwork namespace from these too.
2019-02-08 21:26:38 +00:00

4 lines
81 B
Ruby

module Reports
class UnsupportedReportFormatException < StandardError; end
end