Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
Slim\Exception\HttpException Class Reference

@method int getCode() More...

Inheritance diagram for Slim\Exception\HttpException:
Slim\Exception\HttpSpecializedException Slim\Exception\HttpBadRequestException Slim\Exception\HttpForbiddenException Slim\Exception\HttpGoneException Slim\Exception\HttpInternalServerErrorException Slim\Exception\HttpMethodNotAllowedException Slim\Exception\HttpNotFoundException Slim\Exception\HttpNotImplementedException Slim\Exception\HttpTooManyRequestsException Slim\Exception\HttpUnauthorizedException

Public Member Functions

 __construct (ServerRequestInterface $request, string $message='', int $code=0, ?Throwable $previous=null)
 
 getDescription ()
 
 getRequest ()
 
 getTitle ()
 
 setDescription (string $description)
 
 setTitle (string $title)
 

Protected Attributes

string $description = ''
 
ServerRequestInterface $request
 
string $title = ''
 

Detailed Description

@method int getCode()


The documentation for this class was generated from the following file: