mirror of
https://github.com/friendica/friendica
synced 2025-04-23 07:10:14 +00:00
Remove code parameter from HTTPException constructor
- Remove duplicate HTTPException->httpcode class variable
This commit is contained in:
parent
07cb887885
commit
8eba329111
24 changed files with 60 additions and 29 deletions
|
@ -6,5 +6,5 @@ use Friendica\Network\HTTPException;
|
|||
|
||||
class ForbiddenException extends HTTPException
|
||||
{
|
||||
var $httpcode = 403;
|
||||
}
|
||||
protected $code = 403;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue