Remove product literal strings in "pht()", part 5
[phabricator.git] / src / applications / files / exception / PhabricatorFileStorageConfigurationException.php
blobec81bc3f22be5d63856a0a41c6143c265f38234e
1 <?php
3 /**
4 * Thrown by storage engines to indicate an configuration error which should
5 * abort the storage attempt, as opposed to a transient storage error which
6 * should be retried on other engines.
7 */
8 final class PhabricatorFileStorageConfigurationException extends Exception {}