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