class Strum::Errors::NilAPICall

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/strum/internal/errors.rb, line 28
def initialize
  super("Event was spawned without a binding API.")
end