App\Skins\Error\DefaultErrorSkin::getViewFilePath PHP Method

getViewFilePath() public method

public getViewFilePath ( $view ) : string
$view
return string
    public function getViewFilePath($view)
    {
        return base_path('resources/views/errors/' . $view . '.blade.php');
    }