mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-01 09:28:22 +01:00
10 lines
179 B
PHP
10 lines
179 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* Thrown when you try to save a project with a name too similar to another
|
||
|
* project.
|
||
|
*/
|
||
|
final class PhabricatorProjectNameCollisionException extends Exception {
|
||
|
|
||
|
}
|