lib/protocol/http1/error.rb in protocol-http1-0.10.0 vs lib/protocol/http1/error.rb in protocol-http1-0.10.1

- old
+ new

@@ -29,7 +29,10 @@ end # The request was parsed correctly, but was invalid for some other reason. class BadRequest < Error end + + class BadResponse < Error + end end end