mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-14 19:02:41 +01:00
f88a2b735d
Summary: We have a bunch of files with +x that aren't actually executable. Remove +x from PNGs, etc.
9 lines
189 B
PHP
9 lines
189 B
PHP
<?php
|
|
|
|
final class DiffusionSetupException extends AphrontUsageException {
|
|
|
|
public function __construct($message) {
|
|
parent::__construct('Diffusion Setup Exception', $message);
|
|
}
|
|
|
|
}
|