Module: Securial::Error

Defined in:
lib/securial/error.rb,
lib/securial/error/auth.rb,
lib/securial/error/config.rb,
lib/securial/error/base_securial_error.rb

Overview

Namespace for all Securial-specific errors and exceptions.

The Error module contains specialized error classes for different components of the Securial framework, organized into submodules for better categorization:

  • BaseError - Base class for all Securial errors

  • Config - Configuration-related errors

  • Auth - Authentication and authorization errors

See Also:

Defined Under Namespace

Modules: Auth, Config Classes: BaseError