Home
last modified time | relevance | path

Searched defs:ParsingException (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DParsingException.cs12 public class ParsingException : RecoverableException class
14 public ParsingException(ParsingError error, string message) : base(message) in ParsingException() method in Antmicro.Renode.PlatformDescription.ParsingException