rugk/threema-msgapi-sdk-php

View on GitHub
source/Threema/Core/Exception.php

Summary

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


namespace Threema\Core;

class Exception extends \Exception {
}