WARNING » Trying to access array offset on value of type bool

     C:\inetpub\vhosts\powerdrip.com.tr\httpdocs\Internal\package-zerocore\ErrorHandling\Exceptions.php
        

96.              $msg   $no->getMessage();
97.              $file  $no->getFile();
98.              $line  $no->getLine();
99.              $trace $no->getTrace(); 
100.             
101.             $no    'NULL';
102.         }
103. 
104.         $lang    Lang::default('ZN\ErrorHandling\ErrorHandlingDefaultLanguage')::select('Templates');
105. 
        
$message $lang['line'].':'.$line.', '.$lang['file'].':'.$file.', '.$lang['message'].':'.$msg; 106.  107.         Helper::report('ExceptionError'$message'ExceptionError'); 108.  109.         $table self::importExceptionTemplate($msg$file$line$no$trace); 110.  111.         $projectError Config::default('ZN\ErrorHandling\ErrorHandlingDefaultConfiguration')::get('Project'); 112.  113.         if 114.         115.             in_array($no$projectError['exitErrors'] ?? [], true) ||