Page MenuHomec4science

DiffusionSetupException.php
No OneTemporary

File Metadata

Created
Wed, Feb 19, 21:57

DiffusionSetupException.php

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

Event Timeline