mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 03:19:13 +00:00
Make this exception extend RuntimeException, not Throwable.
This commit is contained in:
parent
0b381fc31f
commit
f063df4200
@ -20,7 +20,7 @@ package org.eclipse.jetty.client;
|
||||
|
||||
import org.eclipse.jetty.client.api.Request;
|
||||
|
||||
public class HttpRequestException extends Throwable
|
||||
public class HttpRequestException extends RuntimeException
|
||||
{
|
||||
private final Request request;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user