Page MenuHomec4science

DiffusionSetupException.php
No OneTemporary

File Metadata

Created
Wed, Jun 4, 05:54

DiffusionSetupException.php

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

Event Timeline