View file vendor/laravel/framework/src/Illuminate/Contracts/Encryption/DecryptException.php

File size: 133B
<?php

namespace Illuminate\Contracts\Encryption;

use RuntimeException;

class DecryptException extends RuntimeException
{
    //
}