Page MenuHomec4science

PhutilAuthException.php
No OneTemporary

File Metadata

Created
Sat, Nov 23, 19:36

PhutilAuthException.php

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

Event Timeline