Files
starter-kit/vendor/illuminate/contracts/Encryption/DecryptException.php
T
2025-06-13 10:48:20 -10:00

11 lines
133 B
PHP

<?php
namespace Illuminate\Contracts\Encryption;
use RuntimeException;
class DecryptException extends RuntimeException
{
//
}