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