summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-21 21:21:46 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-21 21:21:46 +0000
commitd34e2164ed3862d2020f0b204cb8a6105b984190 (patch)
tree18efd11dc9062efcdfb3fc081b8bb8bea4e7ae82 /lib/custodian/protocoltest.rb
parent439e40147fcf353ec9650cb9102c1c1bb914e81c (diff)
Fixed text of exception
Diffstat (limited to 'lib/custodian/protocoltest.rb')
-rw-r--r--lib/custodian/protocoltest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest.rb b/lib/custodian/protocoltest.rb
index 271e64c..252946f 100644
--- a/lib/custodian/protocoltest.rb
+++ b/lib/custodian/protocoltest.rb
@@ -38,7 +38,7 @@ class ProtocolTest
raise ArgumentError, "Bad test type: #{test_type}"
end
else
- raise "Uknown line given"
+ raise "Unknown line given - Failed to instantiate a suitable protocol-test."
end
end