Exception: Kobako::HandlerExhaustedError
- Inherits:
-
SandboxError
- Object
- StandardError
- Error
- SandboxError
- Kobako::HandlerExhaustedError
- Defined in:
- lib/kobako/errors.rb
Overview
docs/behavior.md Error Classes: HandlerExhaustedError is the canonical SandboxError subclass for the id-cap-hit path (B-21). Raised when the per-invocation Handle ID counter in Catalog::Handles reaches 0x7fff_ffff (2³¹ − 1) and further allocation would exceed the cap.
Instance Attribute Summary
Attributes inherited from SandboxError
#backtrace_lines, #details, #klass, #origin
Method Summary
Methods inherited from SandboxError
Constructor Details
This class inherits a constructor from Kobako::SandboxError