1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-01 09:28:22 +01:00
phorge-phorge/src/applications/project/exception/PhabricatorProjectNameCollisionException.php

10 lines
179 B
PHP
Raw Normal View History

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