Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
jsarnowski/wp-mail-smtp-pro / aws / aws-sdk-php / src / Exception / CryptoException.php
Size: Mime:
<?php

namespace WPMailSMTP\Vendor\Aws\Exception;

/**
 * This class represents exceptions related to logic surrounding client-side
 * encryption usage.
 */
class CryptoException extends \RuntimeException
{
}