Kraken\Root\Runtime\Provider\SupervisorProvider::systemException PHP 메소드

systemException() 개인적인 메소드

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