Add HTTPException class files
This commit is contained in:
parent
fd8b9deaaf
commit
b41bf77ec8
21 changed files with 223 additions and 0 deletions
9
src/Network/HTTPException/NotFoundException.php
Normal file
9
src/Network/HTTPException/NotFoundException.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Friendica\Network\HTTPException;
|
||||
|
||||
use Friendica\Network\HTTPException;
|
||||
|
||||
class NotFoundException extends HTTPException {
|
||||
var $httpcode = 404;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue