{"version":3,"file":"UrlParserError.cjs","sources":["../../../src/lib/errors/UrlParserError.ts"],"sourcesContent":["/**\n * Custom error used to determine that a URL failed to be parsed\n */\nexport class UrlParserError extends Error {\n  public constructor(message: string) {\n    super(message);\n\n    this.name = this.constructor.name;\n    Object.setPrototypeOf(this, UrlParserError.prototype);\n  }\n}\n"],"names":[],"mappings":";;AAGO,MAAM,uBAAuB,MAAM;AAAA,EACjC,YAAY,SAAiB;AAClC,UAAM,OAAO;AAER,SAAA,OAAO,KAAK,YAAY;AACtB,WAAA,eAAe,MAAM,eAAe,SAAS;AAAA,EACtD;AACF;;"}