1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-08 04:48:28 +01:00
phorge-phorge/src/applications/diffusion/exception/DiffusionSetupException.php

10 lines
194 B
PHP
Raw Normal View History

<?php
final class DiffusionSetupException extends AphrontUsageException {
public function __construct($message) {
parent::__construct(pht('Diffusion Setup Exception'), $message);
}
}