summaryrefslogtreecommitdiff
path: root/lib/custodian
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
commit844f25c5a4d1a65f9b602736f09b0199e90fb22c (patch)
tree18efd11dc9062efcdfb3fc081b8bb8bea4e7ae82 /lib/custodian
parent062d6d08c1b8e7487e85478d38b87c43668e43cb (diff)
Fixed text of exception
Diffstat (limited to 'lib/custodian')
-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