export default class ClientNotSetError extends Error {
    constructor(m?: string);
}
