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

File size: 133B
<?php

namespace Illuminate\Contracts\Encryption;

use RuntimeException;

class EncryptException extends RuntimeException
{
    //
}