HttpException.php 473 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Refer to LICENSE.txt distributed with the Temando Shipping module for notice of license
  4. */
  5. namespace Temando\Shipping\Webservice\Exception;
  6. /**
  7. * Temando Webservice Exception
  8. *
  9. * @package Temando\Shipping\Webservice
  10. * @author Christoph Aßmann <christoph.assmann@netresearch.de>
  11. * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
  12. * @link http://www.temando.com/
  13. */
  14. class HttpException extends \Exception
  15. {
  16. }