SimpleSAML_Error_Exception::getCause PHP Method

getCause() public method

Retrieve the cause of this exception.
public getCause ( ) : SimpleSAML_Error_Exception | null
return SimpleSAML_Error_Exception | null The cause of this exception.
    public function getCause()
    {
        return $this->cause;
    }