lithium\core\NetworkException
Extends
RuntimeException
A NetworkException
may be thrown whenever an unsuccessful attempt is made to connect to a
remote service over the network. This may be a web service, a database, or another network
resource.
Source
class NetworkException extends \RuntimeException {
protected $code = 503;
}