| Current Path : /var/www/html/uccondor.sumar.com.py/lib/lti1p3/src/Interfaces/ |
| Current File : /var/www/html/uccondor.sumar.com.py/lib/lti1p3/src/Interfaces/IHttpException.php |
<?php
namespace Packback\Lti1p3\Interfaces;
interface IHttpException extends \Throwable
{
public function getResponse(): IHttpResponse;
}