Exception: Kobako::HandleTableExhausted

Inherits:
HandleTableError show all
Defined in:
lib/kobako/errors.rb

Overview

SPEC “Error Classes”: HandleTableExhausted is the canonical SandboxError subclass for the id-cap-hit path (B-21). Inherits from HandleTableError so a single ‘rescue Kobako::HandleTableError` covers both lookup-failure and cap-exhaustion paths.

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