class Revepast::Unparsable

Attributes

object[R]

Public Class Methods

new(object) click to toggle source
# File lib/revepast/exceptions.rb, line 5
def initialize(object)
        @object = object                     
end