lib/r_socks/errors.rb in r_socks-0.2.0 vs lib/r_socks/errors.rb in r_socks-0.2.1
- old
+ new
@@ -1,6 +1,7 @@
module RSocks
class Error < StandardError; end
class NotSupport < Error; end
class HttpNotSupport < Error; end
class HttpAuthFailed < Error; end
+ class HealthChecking < StandardError; end
end
\ No newline at end of file