. // }}} namespace App\Util\Exception; /** * Exception wrapper for TemporaryFile errors * * @category Exception * @package GNUsocial * * @author Alexei Sorokin * @author Hugo Sales * @copyright 2020, 2021 Free Software Foundation, Inc http://www.fsf.org * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class TemporaryFileException extends \Exception { }