class SimplePoParser::PoSyntaxError

def initialize(msg="Invalid po syntax")

def initialize(msg="Invalid po syntax")
	@msg = msg
	super(msg)
end