Page MenuHomec4science

PhabricatorFileStorageConfigurationException.php
No OneTemporary

File Metadata

Created
Wed, Oct 9, 08:21

PhabricatorFileStorageConfigurationException.php

<?php
/**
* Thrown by storage engines to indicate an configuration error which should
* abort the storage attempt, as opposed to a transient storage error which
* should be retried on other engines.
*/
final class PhabricatorFileStorageConfigurationException extends Exception {}

Event Timeline