class Strum::Errors::NilSibling
Raised when a Strum::Server::Handshake::Stage#execute is called with no sibling stage set.
Public Class Methods
new(stage)
click to toggle source
Calls superclass method
# File lib/strum/internal/errors.rb, line 95 def initialize(stage) super("The stage #{stage} has no sibling stage set.") end