ClientNotFoundException
abstract class ClientNotFoundException extends ClientException
Base class for client requests referencing something that was not found (HTTP 404)
Properties
| $code | |||
| $message |
Methods
Details
in
BaseException at line 8
__construct(string|null $details = null)
No description