Tests - test cases of exceptions

This commit is contained in:
Meritoo
2017-09-26 14:39:00 +02:00
parent 20d7d2f50d
commit 72480ecc27
4 changed files with 196 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
<?php
/**
* (c) Meritoo.pl, http://www.meritoo.pl
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Meritoo\LimeSurvey\ApiClient\Exception;
use Exception;