Exception: Aikido::Zen::IPC::FramedIO::FrameTooLargeError
- Inherits:
-
StandardError
- Object
- StandardError
- Aikido::Zen::IPC::FramedIO::FrameTooLargeError
- Defined in:
- lib/aikido/zen/ipc/ipc.rb
Instance Method Summary collapse
-
#initialize(size, max_size) ⇒ FrameTooLargeError
constructor
A new instance of FrameTooLargeError.
Constructor Details
#initialize(size, max_size) ⇒ FrameTooLargeError
Returns a new instance of FrameTooLargeError.
135 136 137 |
# File 'lib/aikido/zen/ipc/ipc.rb', line 135 def initialize(size, max_size) super("frame too large: #{size} bytes (max: #{max_size})") end |