Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
po_parser
0.1.0
PoParser
FileNotExistsError
Message
MessageIndexError
Parser
ParserError
PoSyntaxError
Scanner
Tokenizer
Generated using Crystal 1.14.0
2024-11-26 17:18:48 UTC
class
PoParser::
PoSyntaxError
PoParser::PoSyntaxError
PoParser::ParserError
Exception
Reference
Object
Defined in:
po_parser/error.cr
Constructors
.new
(message : String =
"Invalid Po syntax"
, cause : Exception | Nil =
nil
)
Constructor Detail
def self.
new
(message : String =
"Invalid Po syntax"
, cause : Exception | Nil =
nil
)
#
[
View source
]