Remove all "FileHasObject" edge reads and writes
[phabricator.git] / src / applications / auth / exception / PhutilAuthException.php
blob2ee4e7111fb7f456635ca74bf7f41d2e277fca8b
1 <?php
3 /**
4 * Abstract exception class for errors encountered during authentication
5 * workflows.
6 */
7 abstract class PhutilAuthException extends Exception {}