Kraken\Root\Runtime\Provider\SupervisorProvider::systemException PHP Méthode

systemException() private méthode

private systemException ( string $exception ) : string
$exception string
Résultat string
    private function systemException($exception)
    {
        return 'Kraken\\Throwable\\Exception\\System\\' . $exception;
    }