ok

Mini Shell

Direktori : /home2/selectio/public_html/3-idiots/vendor/filp/whoops/src/Whoops/Inspector/
Upload File :
Current File : /home2/selectio/public_html/3-idiots/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);
    }
}

Zerion Mini Shell 1.0