mirror of
https://github.com/friendica/friendica
synced 2025-04-29 00:24:24 +02:00
Rename ServiceUnavailableException & alter maintenance
This commit is contained in:
parent
62fd5375dc
commit
9fb111bca2
3 changed files with 6 additions and 11 deletions
10
src/Network/HTTPException/ServiceUnavailableException.php
Normal file
10
src/Network/HTTPException/ServiceUnavailableException.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Friendica\Network\HTTPException;
|
||||
|
||||
use Friendica\Network\HTTPException;
|
||||
|
||||
class ServiceUnavailableException extends HTTPException
|
||||
{
|
||||
protected $code = 503;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue