Вход Регистрация
Файл: vendor/laravel/framework/src/Illuminate/Contracts/Foundation/ExceptionRenderer.php
Строк: 17
<?php

namespace IlluminateContractsFoundation;

interface 
ExceptionRenderer
{
    
/**
     * Renders the given exception as HTML.
     *
     * @param  Throwable  $throwable
     * @return string
     */
    
public function render($throwable);
}
Онлайн: 0
Реклама