mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-08 04:48:28 +01:00
6 lines
77 B
PHP
6 lines
77 B
PHP
|
<?php
|
||
|
|
||
|
final class DiffusionCommitHookRejectException extends Exception {
|
||
|
|
||
|
}
|