import {Exception} from '@code-like-a-carpenter/exception'; /** Base error class that all errors must derive from */ export class BaseDataLibraryError extends Exception {}