ValidationError¶
-
exception
psi4.driver.
ValidationError
(msg)[source]¶ Bases:
psi4.driver.p4util.exceptions.PsiException
Error called for problems with the input file. Prints error message msg to standard output stream and output file.
-
args
¶
-
with_traceback
()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-