UNPKG

adonis-forge

Version:

Bundle utils for AdonisJS

8 lines (7 loc) 243 B
import { Exception } from '@adonisjs/core/exceptions'; export default class InternalServerErrorException extends Exception { static status: number; code: string; message: string; constructor(message?: string, help?: string); }