Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
Slim\Exception\HttpSpecializedException Class Reference
Inheritance diagram for Slim\Exception\HttpSpecializedException:
Slim\Exception\HttpException 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=null, ?Throwable $previous=null)
 
 getDescription ()
 
 getRequest ()
 
 getTitle ()
 
 setDescription (string $description)
 
 setTitle (string $title)
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ __construct()

Slim\Exception\HttpSpecializedException::__construct ( ServerRequestInterface $request,
?string $message = null,
?Throwable $previous = null )
Parameters
ServerRequestInterface$request
string | null$message
Throwable | null$previous

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