Closed Sammyjo20 closed 11 months ago
This PR improves the default error message if you forget to add a HTTP method to your request.
It will now say: Your request is missing a HTTP method. You must add a method property like [protected Method $method = Method::GET]
Your request is missing a HTTP method. You must add a method property like [protected Method $method = Method::GET]
This PR improves the default error message if you forget to add a HTTP method to your request.
It will now say:
Your request is missing a HTTP method. You must add a method property like [protected Method $method = Method::GET]