<?php

namespace App\Exceptions;

use Exception;

class InvalidFidoPacketException extends Exception
{
    //
}