class MetaCommit::Contracts::Errors::SourceCodeParsingError
Public Class Methods
new(msg='This content can not be parsed')
click to toggle source
Calls superclass method
# File lib/meta_commit_contracts/errors.rb, line 3 def initialize(msg='This content can not be parsed') super(msg) end