Kraken\Root\Runtime\Provider\SupervisorProvider::systemException PHP Method

systemException() private method

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