class Strum::Errors::NilEndpointComponent

Raised when a Component that relies on an Endpoint is called

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/strum/internal/errors.rb, line 60
def initialize
  super("This component cannot operate without being hooked into a valid Strum::Server::Endpoint object.")
end