We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64fe80 commit b237d1aCopy full SHA for b237d1a
user_guide_src/source/libraries/config.rst
@@ -204,6 +204,7 @@ Class Reference
204
:param string $item: config item name
205
:returns: Config item value with a trailing forward slash or NULL if not found
206
:rtype: mixed
207
+ :throws: RuntimeException Throws a runtime exception if the config file can't be found or doesn't have a valid configuration array.
208
209
This method is identical to ``item()``, except it appends a forward
210
slash to the end of the item, if it exists.
0 commit comments