JSONNotSupported
Less than 1 minute
JSONNotSupported
Exception thrown when the required JSON support is not available in the PHP installation.
class JSONNotSupported extends \Hazaar\Controller\Response\Exception\ExceptionThis exception is triggered when the json_encode() function is not found, indicating that the PHP installation lacks JSON support. Ensure that the JSON extension is enabled in your PHP configuration.
Methods
__construct
Constructs the JSONNotSupported exception.
public __construct(): voidThis constructor initializes the exception with a predefined message and a status code of 500, indicating an internal server error.
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000