diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-21 21:21:46 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-21 21:21:46 +0000 |
commit | 844f25c5a4d1a65f9b602736f09b0199e90fb22c (patch) | |
tree | 18efd11dc9062efcdfb3fc081b8bb8bea4e7ae82 /lib/custodian | |
parent | 062d6d08c1b8e7487e85478d38b87c43668e43cb (diff) |
Fixed text of exception
Diffstat (limited to 'lib/custodian')
-rw-r--r-- | lib/custodian/protocoltest.rb | 2 |
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 |