X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2FHTTPException.php;h=b6be886b35f25bf396110610cb16c776251f8fa8;hb=a852455d0ed9824fb71c9374c9fffda28f95096f;hp=89c447b71470ecd302b86ae8f2f105c42c4969b2;hpb=c9cce8492e5b2607b2a092474d1de4d188b7a2c9;p=friendica.git diff --git a/src/Network/HTTPException.php b/src/Network/HTTPException.php index 89c447b714..b6be886b35 100644 --- a/src/Network/HTTPException.php +++ b/src/Network/HTTPException.php @@ -1,16 +1,34 @@ . * - * This list of Exception has been extracted from - * here http://racksburg.com/choosing-an-http-status-code/ */ namespace Friendica\Network; use Exception; +/** + * Throwable exceptions to return HTTP status code + * + * This list of Exception has been extracted from + * here http://racksburg.com/choosing-an-http-status-code/ + */ abstract class HTTPException extends Exception { public $httpdesc = '';