This commit is contained in:
2023-08-24 11:39:54 +08:00
parent 3b51cc83ca
commit 07e077cba0
2 changed files with 0 additions and 24 deletions
-9
View File
@@ -16,13 +16,4 @@ namespace Kiri\Error;
interface ErrorInterface
{
/**
* @param $message
* @param $file
* @param $line
* @param int $code
* @return mixed
*/
public function sendError($message, $file, $line, int $code = 500): mixed;
}