Page MenuHomec4science

PhabricatorFileStorageConfigurationException.php
No OneTemporary

File Metadata

Created
Thu, Sep 5, 15:33

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