Exception: Keoken::Error::DataNotParsed
- Inherits:
-
StandardError
- Object
- StandardError
- Keoken::Error::DataNotParsed
- Defined in:
- lib/keoken/errors/data_not_parsed.rb
Instance Method Summary collapse
-
#initialize(msg = 'Data can not be parsed') ⇒ DataNotParsed
constructor
A new instance of DataNotParsed.
Constructor Details
#initialize(msg = 'Data can not be parsed') ⇒ DataNotParsed
Returns a new instance of DataNotParsed
4 5 6 |
# File 'lib/keoken/errors/data_not_parsed.rb', line 4 def initialize(msg = 'Data can not be parsed') super end |