package fast.rocket.error; /** * Indicates that the connection or the socket timed out. */ @SuppressWarnings("serial") public class TimeoutError extends RocketError { }