Doctrine\ODM\CouchDB\InvalidDocumentTypeException::__construct PHP Метод

__construct() публичный Метод

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