UNPKG

node-web-mvc

Version:
5 lines (4 loc) 147 B
import Exception from './Exception'; export default class BeanDefinitionNotfoundException extends Exception { constructor(beanName: string); }