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

File size: 133B
<?php

namespace Illuminate\Contracts\Encryption;

use RuntimeException;

class EncryptException extends RuntimeException
{
    //
}