Changes exception message.

This commit is contained in:
Luka Vandervelden 2020-11-23 23:12:04 +01:00
parent 3414569db2
commit 6d1c189aed

View File

@ -62,7 +62,8 @@ module Tap
next next
end end
raise "oh no" # Line could not be read.
raise "syntax error: line did not match known pattern"
end end
tap tap