404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.145.155.149: ~ $
<?php
/**
 * Whoops - php errors for cool kids
 * @author Filipe Dobreira <http://github.com/filp>
 */

namespace Whoops\Inspector;

use Whoops\Exception\Inspector;

class InspectorFactory implements InspectorFactoryInterface
{
    /**
     * @param \Throwable $exception
     * @return InspectorInterface
     */
    public function create($exception)
    {
        return new Inspector($exception, $this);
    }
}

Filemanager

Name Type Size Permission Actions
InspectorFactory.php File 416 B 0644
InspectorFactoryInterface.php File 299 B 0644
InspectorInterface.php File 1.53 KB 0644