/
var
/
www
/
html
/
restaurants
/
vendor
/
php-http
/
client-common
/
src
/
Exception
/
Upload File
HOME
<?php namespace Http\Client\Common\Exception; use Http\Client\Exception\HttpException; /** * Thrown when there is a server error (5xx). * * @author Joel Wurtz <joel.wurtz@gmail.com> */ class ServerErrorException extends HttpException { }