<?php

namespace ECSPrefix202510\Illuminate\Contracts\Encryption;

use RuntimeException;
class EncryptException extends RuntimeException
{
    //
}
