import { CustomError as BaseCustomError } from 'ts-custom-error';

export class CustomError extends BaseCustomError {

}
