1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-06 01:08:21 +01:00
fab-manager/app/exceptions/invoice_total_diffrent_error.rb

4 lines
123 B
Ruby
Raw Normal View History

# Raised when total of reservation isnt equal total of strip's invoice
class InvoiceTotalDiffrentError < StandardError
end