class Hanoi::Jane::SearchException

Attributes

text[R]

Public Class Methods

new(text) click to toggle source
# File lib/hanoi/jane/exceptions.rb, line 14
def initialize text
  @text = text
end