mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-11 22:24: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
|