<?php

namespace ECSPrefix202510\Illuminate\Contracts\Encryption;

use RuntimeException;
class DecryptException extends RuntimeException
{
    //
}
