<?php

declare(strict_types=1);

namespace Symplify\SymplifyKernel\Exception;

use Exception;

final class ShouldNotHappenException extends Exception
{
}
