import { Exception } from "./exception"; export class TooManyRecordsException extends Exception { }