mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-06 01:08:21 +01:00
4 lines
123 B
Ruby
4 lines
123 B
Ruby
# Raised when total of reservation isnt equal total of strip's invoice
|
|
class InvoiceTotalDiffrentError < StandardError
|
|
end
|