Skip to content

Commit b237d1a

Browse files
author
David Otis
committed
bcit-ci#4189 added :throws: directive to user guide for core/Config
1 parent c64fe80 commit b237d1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

user_guide_src/source/libraries/config.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ Class Reference
204204
:param string $item: config item name
205205
:returns: Config item value with a trailing forward slash or NULL if not found
206206
: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.
207208

208209
This method is identical to ``item()``, except it appends a forward
209210
slash to the end of the item, if it exists.

0 commit comments

Comments
 (0)