class Strum::Errors::NilEndpointReceiver

Raised when an nil Endpoint is provided where a valid one is required.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/strum/internal/errors.rb, line 67
def initialize
  super("The Endpoint supplied is either nil or does not exist!")
end