Add HTTPException class files
This commit is contained in:
11
src/Network/HTTPException/ImATeapotException.php
Normal file
11
src/Network/HTTPException/ImATeapotException.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Friendica\Network\HTTPException;
|
||||
|
||||
use Friendica\Network\HTTPException;
|
||||
|
||||
class ImATeapotException extends HTTPException
|
||||
{
|
||||
var $httpcode = 418;
|
||||
var $httpdesc = "I'm A Teapot";
|
||||
}
|
||||
Reference in New Issue
Block a user