-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathtype_hint_exception.sublime-completions
More file actions
51 lines (50 loc) · 4.34 KB
/
type_hint_exception.sublime-completions
File metadata and controls
51 lines (50 loc) · 4.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
// scope:
//
// source.php comment.block
// source.php meta.catch
// source.php meta.class entity.other.inherited-class
// source.php meta.class meta.function.return-type
// source.php meta.use
"scope": "source.php comment.block, source.php meta.catch, source.php meta.class entity.other.inherited-class, source.php meta.class meta.function.return-type, source.php meta.use",
"completions": [
{"trigger":"ArgumentCountError","kind":["type","x","Exception"],"annotation":"Core Exception"},
{"trigger":"ArithmeticError","kind":["type","x","Exception"],"annotation":"Core Exception"},
{"trigger":"AssertionError","kind":["type","x","Exception"],"annotation":"standard Exception"},
{"trigger":"BadFunctionCallException","kind":["type","x","Exception"],"annotation":"SPL Exception"},
{"trigger":"BadMethodCallException","kind":["type","x","Exception"],"annotation":"SPL Exception"},
{"trigger":"ClosedGeneratorException","kind":["type","x","Exception"],"annotation":"Core Exception"},
{"trigger":"CompileError","kind":["type","x","Exception"],"annotation":"Core Exception"},
{"trigger":"DOMException","kind":["type","x","Exception"],"annotation":"dom Exception"},
{"trigger":"DivisionByZeroError","kind":["type","x","Exception"],"annotation":"Core Exception"},
{"trigger":"DomainException","kind":["type","x","Exception"],"annotation":"SPL Exception"},
{"trigger":"Error","kind":["type","x","Exception"],"annotation":"Core Exception"},
{"trigger":"ErrorException","kind":["type","x","Exception"],"annotation":"Core Exception"},
{"trigger":"Exception","kind":["type","x","Exception"],"annotation":"Core Exception"},
{"trigger":"FiberError","kind":["type","x","Exception"],"annotation":"Core Exception"},
{"trigger":"IntlException","kind":["type","x","Exception"],"annotation":"intl Exception"},
{"trigger":"InvalidArgumentException","kind":["type","x","Exception"],"annotation":"SPL Exception"},
{"trigger":"JsonException","kind":["type","x","Exception"],"annotation":"json Exception"},
{"trigger":"LengthException","kind":["type","x","Exception"],"annotation":"SPL Exception"},
{"trigger":"LogicException","kind":["type","x","Exception"],"annotation":"SPL Exception"},
{"trigger":"OutOfBoundsException","kind":["type","x","Exception"],"annotation":"SPL Exception"},
{"trigger":"OutOfRangeException","kind":["type","x","Exception"],"annotation":"SPL Exception"},
{"trigger":"OverflowException","kind":["type","x","Exception"],"annotation":"SPL Exception"},
{"trigger":"PDOException","kind":["type","x","Exception"],"annotation":"PDO Exception"},
{"trigger":"ParseError","kind":["type","x","Exception"],"annotation":"Core Exception"},
{"trigger":"PharException","kind":["type","x","Exception"],"annotation":"Phar Exception"},
{"trigger":"Random_BrokenRandomEngineError","contents":"\\Random\\BrokenRandomEngineError","kind":["type","x","Exception"],"annotation":"random Exception"},
{"trigger":"Random_RandomError","contents":"\\Random\\RandomError","kind":["type","x","Exception"],"annotation":"random Exception"},
{"trigger":"Random_RandomException","contents":"\\Random\\RandomException","kind":["type","x","Exception"],"annotation":"random Exception"},
{"trigger":"RangeException","kind":["type","x","Exception"],"annotation":"SPL Exception"},
{"trigger":"ReflectionException","kind":["type","x","Exception"],"annotation":"Reflection Exception"},
{"trigger":"RuntimeException","kind":["type","x","Exception"],"annotation":"SPL Exception"},
{"trigger":"SoapFault","kind":["type","x","Exception"],"annotation":"soap Exception"},
{"trigger":"TypeError","kind":["type","x","Exception"],"annotation":"Core Exception"},
{"trigger":"UnderflowException","kind":["type","x","Exception"],"annotation":"SPL Exception"},
{"trigger":"UnexpectedValueException","kind":["type","x","Exception"],"annotation":"SPL Exception"},
{"trigger":"UnhandledMatchError","kind":["type","x","Exception"],"annotation":"Core Exception"},
{"trigger":"ValueError","kind":["type","x","Exception"],"annotation":"Core Exception"},
{"trigger":"mysqli_sql_exception","kind":["type","x","Exception"],"annotation":"mysqli Exception"}
]
}