Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Apr 14, 2013
1 parent b49f4bd commit 7464e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/wire_support/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module Cucumber
module WireSupport
class Connection
class ConnectionError < StandardError; end
ConnectionError = Class.new(StandardError)

include WireProtocol

Expand Down

0 comments on commit 7464e54

Please sign in to comment.