Doctrine\ODM\CouchDB\InvalidDocumentTypeException::__construct PHP Method

__construct() public method

public __construct ( $class, $type )
    public function __construct($class, $type)
    {
        parent::__construct("The class '" . $class . "' is not of the expected type '" . $type . "'.");
    }
InvalidDocumentTypeException