Exception: LcpRuby::Authorization::AuthorizationError
- Inherits:
-
StandardError
- Object
- StandardError
- LcpRuby::Authorization::AuthorizationError
- Defined in:
- lib/lcp_ruby/authorization/authorization_error.rb
Overview
Abstract parent for authorization-subsystem errors that are configuration signals (not access-denial signals).
Descends from StandardError so a host’s ‘rescue_from Pundit::NotAuthorizedError` does NOT also catch configuration errors. See docs/design/authorization_hardening.md § “Error class hierarchy and inheritance”.