mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-16 09:48:41 +00:00
Add exception documentation
This commit is contained in:
parent
44022ae80c
commit
3b4c67acc8
|
|
@ -142,7 +142,7 @@ class InterfaceManager
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
* @throws PathException this exception is thrown in case the info file path doesn't exist
|
* @throws PathException This exception is thrown in case the info file path doesn't exist
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
|
|
@ -161,6 +161,8 @@ class InterfaceManager
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
|
* @throws PathException This exception is thrown in case the info file path doesn't exist
|
||||||
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function update() : void
|
public function update() : void
|
||||||
|
|
@ -181,6 +183,8 @@ class InterfaceManager
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
|
* @throws \InvalidArgumentException This exception is thrown if the data is not scalar, array or jsonSerializable
|
||||||
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function set(string $path, $data, string $delim = '/') : void
|
public function set(string $path, $data, string $delim = '/') : void
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user