class Strum::Errors::NilEventRegistration

Raised when an API Listener registers a nil event.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/strum/internal/errors.rb, line 74
def initialize
  super("Nil event provided to receiver during registration.")
end