/
dimamir
/
adonisjs_core
Обзор
Документация
Войти
/
dimamir
/
adonisjs_core
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
6.x
src/exceptions.ts
15 строк
286 B
Harminder Virk
feat: add make:exception command
08 июл 2023, 14:18
08 июл 2023, 14:18
461dbc5
Код
Авторство
О чём код?
/* * @adonisjs/core * * (c) AdonisJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ export { Exception, createError, RuntimeException, InvalidArgumentsException, } from '@poppinss/utils'