php-internal-docs
8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
spl_exceptions.stub.php
Go to the documentation of this file.
1
<?php
2
4
5
class
LogicException
extends
Exception
6
{
7
}
8
9
class
BadFunctionCallException
extends
LogicException
10
{
11
}
12
13
class
BadMethodCallException
extends
BadFunctionCallException
14
{
15
}
16
17
class
DomainException
extends
LogicException
18
{
19
}
20
21
class
InvalidArgumentException
extends
LogicException
22
{
23
}
24
25
class
LengthException
extends
LogicException
26
{
27
}
28
29
class
OutOfRangeException
extends
LogicException
30
{
31
}
32
33
class
RuntimeException
extends
Exception
34
{
35
}
36
37
class
OutOfBoundsException
extends
RuntimeException
38
{
39
}
40
41
class
OverflowException
extends
RuntimeException
42
{
43
}
44
45
class
RangeException
extends
RuntimeException
46
{
47
}
48
49
class
UnderflowException
extends
RuntimeException
50
{
51
}
52
53
class
UnexpectedValueException
extends
RuntimeException
54
{
55
}
BadFunctionCallException
Definition
spl_exceptions.stub.php:10
BadMethodCallException
Definition
spl_exceptions.stub.php:14
DomainException
Definition
spl_exceptions.stub.php:18
Exception
Definition
zend_exceptions.stub.php:26
InvalidArgumentException
Definition
spl_exceptions.stub.php:22
LengthException
Definition
spl_exceptions.stub.php:26
LogicException
Definition
spl_exceptions.stub.php:6
OutOfBoundsException
Definition
spl_exceptions.stub.php:38
OutOfRangeException
Definition
spl_exceptions.stub.php:30
OverflowException
Definition
spl_exceptions.stub.php:42
RangeException
Definition
spl_exceptions.stub.php:46
RuntimeException
Definition
spl_exceptions.stub.php:34
UnderflowException
Definition
spl_exceptions.stub.php:50
UnexpectedValueException
Definition
spl_exceptions.stub.php:54
ext
spl
spl_exceptions.stub.php
Generated on Sat Aug 23 2025 01:46:12 for php-internal-docs by
1.13.2