mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-20 10:48:40 +01:00
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);
|
|
}
|
|
|
|
}
|