Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
Slim\Exception\HttpBadRequestException Class Reference
Inheritance diagram for Slim\Exception\HttpBadRequestException:
Slim\Exception\HttpSpecializedException Slim\Exception\HttpException

Public Member Functions

 getDescription ()
 
 getRequest ()
 
 getTitle ()
 
 setDescription (string $description)
 
 setTitle (string $title)
 

Protected Attributes

int $code = 400
 
string $description
 
string $message = 'Bad request.'
 
ServerRequestInterface $request
 
string $title = '400 Bad Request'
 

Member Data Documentation

◆ $description

string Slim\Exception\HttpBadRequestException::$description
protected
Initial value:
= 'The server cannot or will not process ' .
'the request due to an apparent client error.'

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