Update src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
6a7cbefaa5
commit
74cfb32085
|
@ -23,7 +23,7 @@ namespace Friendica\Contact\FriendSuggest\Exception;
|
||||||
|
|
||||||
class FriendSuggestNotFoundException extends \OutOfBoundsException
|
class FriendSuggestNotFoundException extends \OutOfBoundsException
|
||||||
{
|
{
|
||||||
public function __construct($message = "", \Throwable $previous = null)
|
public function __construct($message = '', \Throwable $previous = null)
|
||||||
{
|
{
|
||||||
parent::__construct($message, 404, $previous);
|
parent::__construct($message, 404, $previous);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user