UNPKG

adonis-forge

Version:

Bundle utils for AdonisJS

7 lines (6 loc) 186 B
import { Exception } from '@adonisjs/core/exceptions'; export default class UnAuthorizedException extends Exception { static status: number; code: string; message: string; }