def process(arg1) raise SomeDeepPackagr::InvalidInputError.new(“#{arg1} is not negative”) if arg >= 0 … end