<?php

namespace ECSPrefix202510\Illuminate\Contracts\Cache;

use Exception;
class LockTimeoutException extends Exception
{
    //
}
