/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Contracts/Debug/ShouldntReport.php
8 строк
82 B
Chris Page
Declare exceptions unreportable using the ShouldntReport interface (#52337)
01 авг 2024, 22:08
Не верифицирован
01 авг 2024, 22:08
2a87f91
Код
Авторство
О чём код?
<?php namespace Illuminate\Contracts\Debug; interface ShouldntReport { // }