<?php

namespace App\Exceptions;

use Exception;

class InvalidCRCException extends Exception
{
}