rugk/threema-msgapi-sdk-php

View on GitHub
source/Threema/MsgApi/Exceptions/DecryptionFailedException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * @author Threema GmbH
 * @copyright Copyright (c) 2015-2016 Threema GmbH
 */


namespace Threema\MsgApi\Exceptions;

use Threema\Core\Exception;

class DecryptionFailedException extends Exception {}