import NotFoundException from './NotFoundException';
export default class ModelNotFoundException extends NotFoundException {
    message: string;
}
