This commit is contained in:
Shish
2023-11-11 21:49:12 +00:00
parent 848797030e
commit fd1bb21f9d
235 changed files with 1551 additions and 1591 deletions

View File

@ -13,7 +13,7 @@ class SCoreException extends \RuntimeException
public string $error;
public int $http_code = 500;
public function __construct(string $msg, ?string $query=null)
public function __construct(string $msg, ?string $query = null)
{
parent::__construct($msg);
$this->error = $msg;