Add exception documentation

This commit is contained in:
Dennis Eichhorn 2019-07-04 22:37:54 +02:00
parent 44022ae80c
commit 3b4c67acc8

View File

@ -142,7 +142,7 @@ class InterfaceManager
*
* @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
*/
@ -161,6 +161,8 @@ class InterfaceManager
*
* @return void
*
* @throws PathException This exception is thrown in case the info file path doesn't exist
*
* @since 1.0.0
*/
public function update() : void
@ -181,6 +183,8 @@ class InterfaceManager
*
* @return void
*
* @throws \InvalidArgumentException This exception is thrown if the data is not scalar, array or jsonSerializable
*
* @since 1.0.0
*/
public function set(string $path, $data, string $delim = '/') : void