Exception: Kobako::HandlerExhaustedError

Inherits:
SandboxError show all
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

#initialize

Constructor Details

This class inherits a constructor from Kobako::SandboxError