UNPKG

@melchyore/adonis-auto-preload

Version:

Auto-preload multiple relationships when retrieving Lucid models

5 lines (4 loc) 182 B
import { Exception } from '@poppinss/utils'; export default class WrongArgumentTypeException extends Exception { static invoke(method: string): WrongArgumentTypeException; }