1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-24 18:54:22 +01:00
2017-09-06 17:10:10 +02:00

4 lines
87 B
Ruby

# Raised when reserving on a locked availability
class LockedError < StandardError
end