Page MenuHomec4science

PhutilAuthException.php
No OneTemporary

File Metadata

Created
Thu, Jun 12, 16:35

PhutilAuthException.php

<?php
/**
* Abstract exception class for errors encountered during authentication
* workflows.
*/
abstract class PhutilAuthException extends Exception {
}

Event Timeline