<?php

/**
 * Thrown when you try to save a project with a name too similar to another
 * project.
 */
final class PhabricatorProjectNameCollisionException extends Exception {}
