MethodNotAllowedException
Qubus Exception Class
This extends the default BaseException
class to allow converting exceptions to and from Error
objects.
Unfortunately, because an Error
object may contain multiple messages and error codes, only the first message for the first error code in the instance will be accessible through the exception's methods.
- Full name:
\Qubus\Exception\Http\Client\MethodNotAllowedException
- Parent class:
\Qubus\Exception\Exception
Methods
__construct
public __construct(string $message = 'The method specified in the request is not allowed for the requested resource. ' . 'The resource was found and is accessible, but cannot be accessed using this method.', int $code = 405, ?\Throwable $previous = null): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$message | string | |
$code | int | |
$previous | ?\Throwable |
Inherited methods
__construct
Parameters:
Parameter | Type | Description |
---|---|---|
$message | ?string | |
$code | int | |
$previous | ?\Throwable |
Throws:
__toString
Automatically generated on 2025-10-13