Changes exception message.
This commit is contained in:
parent
3414569db2
commit
6d1c189aed
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user