Create errors with code and cause properties
Wrapper module for the [@tinkoff/error-handlers](../libs/error-handlers)
module error solved
Handling application errors and exceptions.
GL client module error codes
A utility package for JavaScript applications.
Module Federation Error Codes
A drop-in replacement for fs, making various improvements.
A vite plugin for hot module error for Cannot access xxx before initialization.
Extract meaning from JS Errors
Get the type of an AMD module used for an AST node or within a file
YAML 1.2 parser and serializer
Ponyfill and helpers for Error Causes
Babel helper functions for implementing ES6 module transformations
Babel helper functions for inserting module loads
Is this specifier a node.js core module?
Create a module not found error
A small utility for creating warnings and emitting them.
A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data.
A simple Node.js module to check if a TCP port is already bound.
Development-only error handler middleware
Get the path of the parent module
NodeJS Require that let you handle module not found error without try/catch
Determines if a file is using a CommonJS or AMD module definition
DRY module for APIs to render HTTP errors in JSON
ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.
The interface library implements Java style interfaces for Ruby. It lets you define a set a methods that must be defined in the including class or module, or an error is raised.
Passenger is an Apache module for Ruby on Rails support, custom error template support
Capybara provides excellent error messages for its built in predicate methods: has_selector?, has_text?, has_title? etc.. but when those are used from Page Objects while exposing predicate methods from the PageObjects themselves the error messages are lost and all we get is "expected true, got false". Including this module into your PageObject by adding "include CapybaraErrorIntel::DSL" after "include Capybara::DSL" will return the heuristic error messages.
Apique modules replace tons of API cotrollers code which makes trivial actions including searching and CRUD, and provides front-end with thought-out errors and explanations.
Describe environment (facts, Hiera data, etc.) and expected result (error, resource in catalog, or resource not in catalog). Use stubs that may be shared with other modules.
Module that providers Java-like interfaces for Ruby. It lets you define a set a methods that must be defined in the including class or module without the need of inheriting it from interface class. Otherwise an error is raised.
Library providing a collection of easy-to-use modules, methods, and helpers for interacting with Paystack’s API endpoints. Includes built-in error handling, response parsing and logging. See official paystack docs https://paystack.com/docs/api/
A lightweight Ruby gem that enables Rails applications to dynamically execute command objects using convention over configuration. Automatically transforms request paths into Ruby class constants, allowing controllers to dispatch commands based on routes and parameters. Features the optional CommandCallable module for standardized command interfaces with built-in success/failure tracking and error handling. Perfect for clean, maintainable Rails APIs with RESTful route-to-command mapping. Only depends on ActiveSupport for reliable camelization.
Allows you check if an object match a class expression. It is typically used to check the type of method paraameters. It is an alternative to using Ruby-3 .rbs files but with a different syntax and only dynamic checks Typically you'll include the Constrain module and use #constrain to check the type of method parameters: include Constrain # f takes a String and an array of Integer objects. Raise a Constrain::Error # if parameters doesn't have the expected types def f(a, b) constrain a, String constrain b, [Integer] end Constrain works with ruby-2 (and maybe ruby-3)
ruby-timeout-safe is a Ruby library that provides a safe and reliable timeout functionality for executing Ruby blocks. It uses Ruby's threading and monotonic time to ensure that timeouts are enforced even in the presence of blocking operations or long-running computations. The gem defines a `RubyTimeoutSafe` module with a `timeout` method that executes a given Ruby block with a specified timeout duration. If the block execution exceeds the timeout, a `Timeout::Error` exception is raised. This implementation leverages Ruby's built-in threading and monotonic time functions to provide a robust timeout mechanism.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.