File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
reference/errorfunc/functions Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 42
42
<para >
43
43
このエラーに割り当てられたエラー型です。<constant >E_USER_<replaceable >*</replaceable ></constant > の定数のみが指定可能で、デフォルトは <constant >E_USER_NOTICE</constant > です。
44
44
</para >
45
+ <warning >
46
+ <simpara >
47
+ <parameter >error_level</parameter > として
48
+ <constant >E_USER_ERROR</constant > を指定するのは非推奨となりました。
49
+ かわりに、<exceptionname >Exception</exceptionname > をスローするか、
50
+ <function >exit</function > を呼び出してください。
51
+ </simpara >
52
+ </warning >
45
53
</listitem >
46
54
</varlistentry >
47
55
</variablelist >
48
56
</para >
49
- <warning >
50
- <simpara >
51
- <parameter >error_level</parameter > として
52
- <constant >E_USER_ERROR</constant > を指定するのは非推奨となりました。
53
- かわりに、<exceptionname >Exception</exceptionname > をスローするか、
54
- <function >exit</function > を呼び出してください。
55
- </simpara >
56
- </warning >
57
57
</refsect1 >
58
58
59
59
<refsect1 role =" returnvalues" >
You can’t perform that action at this time.
0 commit comments