Tutorial Extension  1.0.0
SellerDeck Extensions - Tutorial Extension
SDException.php
1 <?php
2 
3 /**
4  * SDException.php - Implementation file for general SDException class.
5  *
6  * @package SellerDeck Extensions
7  *
8  * @author Péter Erdődi
9  * @copyright © SellerDeck Ltd 2015. All rights reserved.
10  */
11 
12 namespace SDExtension\SDException;
13 
14 class SDException extends \Exception
15  {
16 
17  }