Skip to content

RegressionTestException

QuantConnect.RegressionTestException

RegressionTestException()
RegressionTestException(message: str)
RegressionTestException(message: str, inner: Exception)

Bases: Exception

Custom exception class for regression tests

Signature descriptions:

  • Creates a new instance of a RegressionTestException

  • Creates a new isntance of a RegressionTestException

Parameters:

Name Type Description Default
message Optional[str]

Message to be thrown by the exception

None
inner Optional[Exception]

Inner exception thrown

None