PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
filp
/
whoops
/
src
/
Whoops
/
Inspector
<?php /** * Whoops - php errors for cool kids * @author Filipe Dobreira <http://github.com/filp> */ namespace Whoops\Inspector; interface InspectorFactoryInterface { /** * @param \Throwable $exception * @return InspectorInterface */ public function create($exception); }
[+]
..
[-] InspectorFactory.php
[edit]
[-] InspectorFactoryInterface.php
[edit]
[-] InspectorInterface.php
[edit]
[-] .htaccess.disabled
[edit]