Add HTTPException class files
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user