class SimplePoParser::PoSyntaxError

Public Class Methods

new(msg="Invalid po syntax") click to toggle source
Calls superclass method
# File lib/simple_po_parser/error.rb, line 9
def initialize(msg="Invalid po syntax")
        @msg = msg
        super(msg)
end