Sindbad~EG File Manager

Current Path : /var/www/html/xfacil.desafio.com.py/vendor/filp/whoops/src/Whoops/Inspector/
Upload File :
Current File : /var/www/html/xfacil.desafio.com.py/vendor/filp/whoops/src/Whoops/Inspector/InspectorFactory.php

<?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);
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists