<?php

namespace App\Exceptions;

use Exception;

class InvalidPacketException extends Exception
{
    //
}