FOSSology
4.5.1
Open Source License Compliance by Open Source Software
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
y
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
HttpInternalServerErrorException.php
1
<?php
2
/*
3
SPDX-FileCopyrightText: © 2023 Siemens AG
4
SPDX-FileContributor: Gaurav Mishra <mishra.gaurav@siemens.com>
5
6
SPDX-License-Identifier: GPL-2.0-only
7
*/
8
9
namespace
Fossology\UI\Api\Exceptions;
10
11
use Throwable;
12
16
class
HttpInternalServerErrorException
extends
HttpErrorException
17
{
18
public
function
__construct(
string
$message, ?Throwable $previous =
null
)
19
{
20
parent::__construct($message, 500, $previous);
21
}
22
}
Fossology\UI\Api\Exceptions\HttpErrorException
Definition:
HttpErrorException.php:19
Fossology\UI\Api\Exceptions\HttpInternalServerErrorException
Definition:
HttpInternalServerErrorException.php:17
src
www
ui
api
Exceptions
HttpInternalServerErrorException.php
Generated on Wed Mar 26 2025 09:10:53 for FOSSology by
1.9.1