freenetis-github/application/libraries/importers/Unicredit/UnicreditException.php @ 31ca0a32
31ca0a32 | Michal Kliment | <?php
|
|
/*
|
|||
* This file is part of open source system FreeNetIS
|
|||
* and it is released under GPLv3 licence.
|
|||
*
|
|||
* More info about licence can be found:
|
|||
* http://www.gnu.org/licenses/gpl-3.0.html
|
|||
*
|
|||
* More info about project can be found:
|
|||
* http://www.freenetis.org/
|
|||
*
|
|||
*/
|
|||
/**
|
|||
* Unicredit importer exception
|
|||
* @author Jiri Svitak, David Kuba
|
|||
*/
|
|||
class UnicreditException extends Exception {}
|