Skip to content

Instantly share code, notes, and snippets.

View mateusfmello's full-sized avatar
🏠
Working from home

Mateus Fernandes de Mello mateusfmello

🏠
Working from home
View GitHub Profile
<?php
namespace App\EventSubscriber;
use function json_last_error;
use function json_last_error_msg;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpKernel\Event\ControllerEvent;
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
use Symfony\Component\HttpKernel\KernelEvents;