/home/techb158/immovalet.com/vendor/laravel/framework/src/Illuminate/View
NameSizeModeActions
Compilers/-0755rm
Concerns/-0755rm
Engines/-0755rm
Middleware/-0755rm
AnonymousComponent.php11720644editdlrm
AppendableAttributeValue.php5200644editdlrm
Component.php77350644editdlrm
ComponentAttributeBag.php98590644editdlrm
composer.json10390644editdlrm
DynamicComponent.php47350644editdlrm
Factory.php144320644editdlrm
FileViewFinder.php73080644editdlrm
InvokableComponentVariable.php19950644editdlrm
LICENSE.md10750644editdlrm
View.php97370644editdlrm
ViewException.php8980644editdlrm
ViewFinderInterface.php14510644editdlrm
ViewName.php5230644editdlrm
ViewServiceProvider.php45700644editdlrm
Edit: /home/techb158/immovalet.com/vendor/laravel/framework/src/Illuminate/View/ViewException.php (898B)
getPrevious(); if (Reflector::isCallable($reportCallable = [$exception, 'report'])) { return Container::getInstance()->call($reportCallable); } return false; } /** * Render the exception into an HTTP response. * * @param \Illuminate\Http\Request $request * @return \Illuminate\Http\Response */ public function render($request) { $exception = $this->getPrevious(); if ($exception && method_exists($exception, 'render')) { return $exception->render($request); } } }