Page MenuHomec4science

PhabricatorFileStorageConfigurationException.php
No OneTemporary

File Metadata

Created
Mon, Mar 24, 22:36

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.
*
* @group files
*/
final class PhabricatorFileStorageConfigurationException extends Exception {
}

Event Timeline