<?php declare(strict_types=1); /** * This file is part of Collision. * * (c) Nuno Maduro <enunomaduro@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace NunoMaduro\Collision\Adapters\Laravel; use Whoops\Exception\Inspector as BaseInspector; /** * @internal */ final class Inspector extends BaseInspector { /** * {@inheritdoc} */ protected function getTrace($e) { return $e->getTrace(); } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Commands | Folder | 0755 |
|
|
Exceptions | Folder | 0755 |
|
|
CollisionServiceProvider.php | File | 2.3 KB | 0644 |
|
ExceptionHandler.php | File | 2.19 KB | 0644 |
|
IgnitionSolutionsRepository.php | File | 989 B | 0644 |
|
Inspector.php | File | 570 B | 0644 |
|