Method: StrokeDB::SlotNotFoundError#initialize

Defined in:
lib/document/document.rb

#initialize(slotname) ⇒ SlotNotFoundError

Returns a new instance of SlotNotFoundError.

[View source]

17
18
19
# File 'lib/document/document.rb', line 17

def initialize(slotname)
  @slotname = slotname
end