class Keoken::Error::DataNotParsed

Public Class Methods

new(msg = 'Data can not be parsed') click to toggle source
Calls superclass method
# File lib/keoken/errors/data_not_parsed.rb, line 4
def initialize(msg = 'Data can not be parsed')
  super
end