View file vendor/illuminate/contracts/Encryption/DecryptException.php

File size: 133B
<?php

namespace Illuminate\Contracts\Encryption;

use RuntimeException;

class DecryptException extends RuntimeException
{
    //
}