class Strum::Errors::NilComponent

Raised when a method is called by a nil Component receiver.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/strum/internal/errors.rb, line 48
def initialize
  super('Nil component receiver')
end