class Stitches::Error::MissingParameter

Public Class Methods

new(klass,param_name) click to toggle source
Calls superclass method
# File lib/stitches/error.rb, line 16
def initialize(klass,param_name)
  super("#{ klass.name } must be initialized with :#{ param_name }")
end