class ResourceNotFoundException extends RuntimeException implements ExceptionInterface
The resource was not found.
This exception should trigger an HTTP 404 response in your application code.
class ResourceNotFoundException extends RuntimeException implements ExceptionInterface
The resource was not found.
This exception should trigger an HTTP 404 response in your application code.
Please login to continue.