{"id":19745408,"url":"https://github.com/btd/combined-error","last_synced_at":"2025-09-06T14:40:56.871Z","repository":{"id":57203857,"uuid":"55671470","full_name":"btd/combined-error","owner":"btd","description":"Simple zero dependencies error for combining other errors, which ensures to have correct stack always","archived":false,"fork":false,"pushed_at":"2016-04-07T07:06:46.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T20:45:24.147Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/btd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-07T07:01:08.000Z","updated_at":"2016-04-07T07:06:47.000Z","dependencies_parsed_at":"2022-09-16T14:11:31.110Z","dependency_job_id":null,"html_url":"https://github.com/btd/combined-error","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btd%2Fcombined-error","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btd%2Fcombined-error/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btd%2Fcombined-error/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btd%2Fcombined-error/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btd","download_url":"https://codeload.github.com/btd/combined-error/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241077145,"owners_count":19905725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T02:08:13.710Z","updated_at":"2025-02-27T23:47:13.196Z","avatar_url":"https://github.com/btd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# CombinedError\n\nZero dependencies error that allow to combine other errors in cause chains.\nThis is useful if you want to save original errors from other modules.\n\n## Example\nvar CE = require('combined-error');\n\nvar err1 = new CE(new Error('boom'), 'something bad 1');\n\nconsole.log(err1.stack);\n\ntry {\n  try {\n    throw new Error('boom');\n  } catch(e) {\n    throw new CE(e, 'something bad 2');\n  }\n} catch(e) {\n  console.log(e.stack);\n}\n\n## Browsers\n\nTested in FF, Safari, Chrome, i do not have ability to test IE and Edge.\n\n## Node.js\n\nJust require it.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtd%2Fcombined-error","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtd%2Fcombined-error","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtd%2Fcombined-error/lists"}