6d5e93b07c
* Internal error conditions now raise IndieAuthException * Bubbled unknown exceptions converted to generic IndieAuthException * Exceptions passed to overridable handler, turned into response * Wrote many more tests, fixed a variety of problems
4 lines
156 B
PHP
4 lines
156 B
PHP
<?php
|
|
/** @var Taproot\IndieAuth\IndieAuthExcepton $exception */
|
|
/** @var Psr\Http\Message\ServerRequestInterface $request */
|
|
?><?= $exception->getCode() ?>
|