codemasher/php-threema

View on GitHub
src/GatewayException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Class GatewayException
 *
 * @filesource   GatewayException.php
 * @created      06.04.2016
 * @package      chillerlan\Threema\Gateway
 * @author       Smiley <smiley@chillerlan.net>
 * @copyright    2016 Smiley
 * @license      MIT
 */

namespace chillerlan\Threema;

class GatewayException extends \Exception{}