Skip to content

Commit

Permalink
Remove unused error class.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Sep 28, 2011
1 parent c49304f commit 0b63d3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vcr/http_stubbing_adapters/common.rb
Expand Up @@ -9,7 +9,6 @@ module HttpStubbingAdapters
autoload :Typhoeus, 'vcr/http_stubbing_adapters/typhoeus'
autoload :WebMock, 'vcr/http_stubbing_adapters/webmock'

class UnsupportedRequestMatchAttributeError < ArgumentError; end
class HttpConnectionNotAllowedError < StandardError; end

module Common
Expand Down

0 comments on commit 0b63d3e

Please sign in to comment.