?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/modules/ps_eventbus/src/Handler/ErrorHandler/



?? Go up: /home/webdevt/www/schtroumpf.fr/modules/ps_eventbus/src/Handler

?? Viewing: ErrorHandlerInterface.php

<?php

namespace PrestaShop\Module\PsEventbus\Handler\ErrorHandler;

interface ErrorHandlerInterface
{
    /**
     * @param \Exception $error
     * @param mixed $code
     * @param bool|null $throw
     * @param array|null $data
     *
     * @return void
     */
    public function handle($error, $code = null, $throw = true, $data = null);
}


??

??