FOSSology  4.4.0
Open Source License Compliance by Open Source Software
Exception.php
1 <?php
2 /*
3  SPDX-FileCopyrightText: © 2014 Siemens AG
4 
5  SPDX-License-Identifier: GPL-2.0-only
6 */
7 
8 namespace Fossology\Lib;
9 
14 class Exception extends \Exception
15 {
16 
17 }
Fossology exception.
Definition: Exception.php:15