catch
There are 139 repositories under catch topic.
ppy/osu
rhythm is just a *click* away!
ttroy50/cmake-examples
Useful CMake Examples
arthurfiorette/proposal-try-operator
A proposal to bring ergonomic, inline error handling to JavaScript through a new try operator that always returns a Result.
enkot/catch-decorator
Allows you to handle exceptions in ECMAScript/Typescript classes with only one annotation
electerious/nice-try
Tries to execute a function and discards any error that occurs.
geerlingguy/ansible-role-mailhog
Ansible Role - MailHog for catching and viewing emails
ez4o/go-try
A package that allows you to use try/catch block in Go.
coderaiser/try-to-catch
functional try-catch wrapper for promises
johanLsp/CPP_Template
C++ project template : CMake, Test, Travis CI, Appveyor, CodeCoverage, Doxygen
martinmoene/catch-lest-other-comparison
Tabularised feature comparison between Catch, doctest and lest C++ test frameworks
HowProgrammingWorks/Promise
Asynchronous Programming with Promises
bjoluc/pytest-reraise
Make multi-threaded pytest test cases fail when they should
ladjs/max-listeners-exceeded-warning
Debug and detect "MaxListenersExceededWarning: Possible EventEmitter memory leak detected warnings"
valjic1/catch-decorator-ts
Handle your exceptions elegantly
coderaiser/try-catch
Try-catch wrapper
Developerarif2/AndroidUtilCode
🔥 Android developers should collect the following utils(updating).
fabiospampinato/when-exit
Execute a function right before the process is about to exit.
asyncfinkd/catch-word
Catch Word With JS
RexSkz/eslint-plugin-try-catch-failsafe
Make sure to use try-catch to wrap up some dangerous actions (e.g. JSON.parse).
mxklb/cuteproject
C++ qmake/qt5 subdirs example/template project - using libs, apps, automated tests & deployments
AssassinTee/catch64
catch64, its like catch16 (colorcatch), but with colors **AND** skins
ironcev/public-talks
My public talks, their abstracts, code snippets, and sample projects
HowProgrammingWorks/PromiseError
Catch, unhandledRejection, rejectionHandled and multipleResolves
ehmicky/modern-errors-switch
`modern-errors` plugin to execute class-specific logic.
fmorenovr/gotry
GoTry is a Try/Catch/Finally library implemented in golang.
iagocalazans/try2catch
A better try/catch like way to get your errors encapsulated.
maniator/react-badly
Error boundary react component
matheusjohannaraujo/php_timers_promise_async_await_thread
Através da linguagem PHP trabalhe com Timers, Promise, Async, Await e Thread
sonictk/maya_standalone_test_example
An example of building standalone applications using the Maya libraries
alecksandr26/except-c
A simple macro interface module that adds the capability to handle exceptions in C.
pthom/cmake_registertest
cmake scripts for googletest / catch / doctest. Automatic tests registration, even inside library code.
hybridables/try-catch-callback
try/catch block with a callback, used in `try-catch-core`. Use it when you don't care about asyncness so much and don't want guarantees. If you care use `try-catch-core`.
machinekoder/qt-qmake-catch-and-trompeloeil-seed
Seed for unit testing Qt-qmake projects with Catch and Trompeloeil
OlimilO1402/Err_CorrectErrorHandling
shows how to handle errors the correct way
BayashiPascal/TryCatchC
TryCatchC is a C module implementing the try/catch mechanism.
reitowo/super-catch
Cross-platform catching all system errors, structured exceptions, signals. Converting to std::exception. Using original C++ try-catch syntax.