Doctrine\ODM\CouchDB\Types\TypeException::typeNotFound PHP Method

typeNotFound() public static method

public static typeNotFound ( $name )
    public static function typeNotFound($name)
    {
        return new self("Cannot overwrite '" . $name . "', because it is not a known type yet.");
    }