class Strum::Errors::NilInterceptor

Raised when Intercept is turned on, but no Interceptor is ever registered.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/strum/internal/errors.rb, line 81
def initialize
  super("Intercept mode enabled, but no Interceptor has been registered to the Manager.")
end