<?php

namespace RectorPrefix202411\Illuminate\Contracts\Encryption;

use RuntimeException;
class EncryptException extends RuntimeException
{
    //
}
