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

typeExists() public static method

public static typeExists ( $name )
    public static function typeExists($name)
    {
        return new self("Cannot add type with name '" . $name . "', it already exists.");
    }