diff options
Diffstat (limited to 'lib/evendoors.rb')
-rw-r--r-- | lib/evendoors.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/evendoors.rb b/lib/evendoors.rb index 6ea8644..e8d7047 100644 --- a/lib/evendoors.rb +++ b/lib/evendoors.rb @@ -23,6 +23,7 @@ module EvenDoors ERROR_ROUTE_NDN = 'routing error: no door name'.freeze ERROR_ROUTE_NMD = 'routing error: no more destination'.freeze ERROR_ROUTE_RRWD = 'routing error: right room, wrong door'.freeze + ERROR_ROUTE_RRNDD = 'routing error: right room, no drill down'.freeze ERROR_ROUTE_TRWR = 'routing error: top room, wrong room'.freeze ERROR_ROUTE_NDNS = 'routing error: no destination, no source'.freeze ERROR_ROUTE_NDNL = 'routing error: no destination, no link'.freeze |