mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-28 01:32:42 +01:00
6 lines
73 B
PHP
6 lines
73 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorEmptyQueryException extends Exception {
|
||
|
|
||
|
}
|