. * */ namespace Friendica\Network\HTTPException; use Friendica\Network\HTTPException; class ExpectationFailedException extends HTTPException { protected $code = 417; var $httpdesc = 'Expectation Failed'; var $explanation = 'The server cannot meet the requirements of the Expect request-header field.'; }