Sha256: 1203e450e9152b8931d6c74e27ca5c778762ac4fc4687aa9508fd9b8df651a01

Contents?: true

Size: 135 Bytes

Versions: 8

Compression:

Stored size: 135 Bytes

Contents

package http_parser;

public class HTTPException extends RuntimeException {
  public HTTPException(String mes) {
    super(mes);
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
http_parser.rb-0.5.1 ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPException.java
http_parser.rb-0.5.1-x86-mswin32-60 ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPException.java
http_parser.rb-0.5.1-x86-mingw32 ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPException.java
http_parser.rb-0.5.1-java ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPException.java
http_parser.rb-0.5.0 ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPException.java
http_parser.rb-0.5.0-x86-mswin32-60 ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPException.java
http_parser.rb-0.5.0-x86-mingw32 ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPException.java
http_parser.rb-0.5.0-java ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPException.java