/
devron
/
ecomm-app
Обзор
Документация
Войти
/
devron
/
ecomm-app
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
app/Exceptions/GeneralNotFoundException.php
16 строк
283 B
Romulus
first init
17 апр 2024, 15:18
17 апр 2024, 15:18
6886bc2
Код
Авторство
О чём код?
<?php namespace App\Exceptions; class GeneralNotFoundException extends GeneralException { public $code = 404; /** * @return string|null */ public function message(): ?string { return "The requested resource was not found in the database"; } }