{"id":19584830,"url":"https://github.com/flex-development/exceptions","last_synced_at":"2026-06-18T05:31:52.160Z","repository":{"id":46229998,"uuid":"360903932","full_name":"flex-development/exceptions","owner":"flex-development","description":"🚧 Custom error classes and utilities","archived":false,"fork":false,"pushed_at":"2023-12-19T10:58:08.000Z","size":5091,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-26T12:43:10.701Z","etag":null,"topics":["error-handling","exceptions","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/flex-development/exceptions","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flex-development.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/funding.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["flex-development"]}},"created_at":"2021-04-23T14:03:59.000Z","updated_at":"2023-09-04T10:57:28.000Z","dependencies_parsed_at":"2023-02-15T08:01:00.361Z","dependency_job_id":"97b1ba70-add9-40df-b013-bb2ca66ae433","html_url":"https://github.com/flex-development/exceptions","commit_stats":{"total_commits":269,"total_committers":3,"mean_commits":89.66666666666667,"dds":0.3754646840148699,"last_synced_commit":"81c02f5a1b3466d676dab84ee39e9d1d5a8c88b5"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/flex-development/exceptions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Fexceptions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Fexceptions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Fexceptions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Fexceptions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flex-development","download_url":"https://codeload.github.com/flex-development/exceptions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Fexceptions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34478105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["error-handling","exceptions","typescript"],"created_at":"2024-11-11T07:50:00.330Z","updated_at":"2026-06-18T05:31:52.137Z","avatar_url":"https://github.com/flex-development.png","language":"TypeScript","funding_links":["https://github.com/sponsors/flex-development"],"categories":[],"sub_categories":[],"readme":"# exceptions\n\n[![npm](https://img.shields.io/npm/v/@flex-development/exceptions.svg)](https://npmjs.com/package/@flex-development/exceptions)\n[![codecov](https://codecov.io/gh/flex-development/exceptions/branch/main/graph/badge.svg?token=ED02ARCVXE)](https://codecov.io/gh/flex-development/exceptions)\n[![module type: cjs+esm](https://img.shields.io/badge/module%20type-cjs%2Besm-brightgreen)](https://github.com/voxpelli/badges-cjs-esm)\n[![license](https://img.shields.io/github/license/flex-development/exceptions.svg)](LICENSE.md)\n[![conventional commits](https://img.shields.io/badge/-conventional%20commits-fe5196?logo=conventional-commits\u0026logoColor=ffffff)](https://conventionalcommits.org/)\n[![typescript](https://img.shields.io/badge/-typescript-3178c6?logo=typescript\u0026logoColor=ffffff)](https://typescriptlang.org/)\n[![vitest](https://img.shields.io/badge/-vitest-6e9f18?style=flat\u0026logo=vitest\u0026logoColor=ffffff)](https://vitest.dev/)\n[![yarn](https://img.shields.io/badge/-yarn-2c8ebb?style=flat\u0026logo=yarn\u0026logoColor=ffffff)](https://yarnpkg.com/)\n\nCustom error classes and utilities.\n\n## Contents\n\n- [What is this?](#what-is-this)\n- [When should I use this?](#when-should-i-use-this)\n- [Install](#install)\n- [Use](#use)\n- [API](#api)\n- [Types](#types)\n  - [Data Transfer Objects](#data-transfer-objects)\n  - [Enums](#enums)\n  - [Interfaces](#interfaces)\n  - [Type Definitions](#type-definitions)\n- [Contribute](#contribute)\n\n## What is this?\n\nThis package exports a set of custom error classes and utilities.\n\n## When should I use this?\n\n**TODO**: Update documentation.\n\n## Install\n\n```sh\nyarn add @flex-development/exceptions\n```\n\nFrom Git:\n\n```sh\nyarn add @flex-development/exceptions@flex-development/exceptions\n```\n\n\u003cblockquote\u003e\n  \u003csmall\u003e\n    See \u003ca href='https://yarnpkg.com/features/protocols#git'\u003eGit - Protocols | Yarn\u003c/a\u003e\n    \u0026nbsp;for details on requesting a specific branch, commit, or tag.\n  \u003c/small\u003e\n\u003c/blockquote\u003e\n\n## Use\n\n**TODO**: usage documentation.\n\n## API\n\n**TODO**: api documentation.\n\n## Types\n\nThis package is fully typed with [TypeScript][1].\n\n### Data Transfer Objects\n\n- [`ExceptionDTO`](src/dtos/exception.ts)\n- [`HttpExceptionDTO`](src/dtos/exception-http.ts)\n\n### Enums\n\n- [`ClassName`](src/enums/class-name.ts)\n- [`StatusName`](src/enums/status-name.ts)\n- [`Status`](src/enums/status.ts)\n\n### Interfaces\n\n- [`ExceptionJSON`](src/interfaces/exception-json.ts)\n- [`HttpExceptionJSON`](src/interfaces/exception-json-http.ts)\n\n### Type Definitions\n\n- [`Errors`](src/types/errors.ts)\n\n## Contribute\n\nSee [`CONTRIBUTING.md`](CONTRIBUTING.md).\n\n[1]: https://www.typescriptlang.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflex-development%2Fexceptions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflex-development%2Fexceptions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflex-development%2Fexceptions/lists"}