class Arboretum::Scandent::TokenizationException
Public Class Methods
new(msg="An error occurred while tokenizing input")
click to toggle source
Calls superclass method
# File lib/arboretum/scandent.rb, line 5 def initialize(msg="An error occurred while tokenizing input") super(msg) end