class Packwerk::Parsers::Ruby::RaiseExceptionsParser
Public Class Methods
new(builder)
click to toggle source
Calls superclass method
# File lib/packwerk/parsers/ruby.rb, line 11 def initialize(builder) super(builder) super.diagnostics.all_errors_are_fatal = true end