Page MenuHomec4science

PhutilAuthException.php
No OneTemporary

File Metadata

Created
Sat, Nov 16, 16:13

PhutilAuthException.php

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

Event Timeline