Add exceptions MDFileDoesNotExist MDFileIsNotReadable

This commit is contained in:
2020-07-26 05:41:06 +02:00
committed by Stefan Rohde-Enslin
parent 1f85db155f
commit 106312f6e3
3 changed files with 57 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class MDErrorReporter {
/**
* Gets additional debugging information, e.g. RAM usage.
*
* @return array<string>
* @return array<string|array<string>>
*/
final public function getAdditionalDebuggingInfo():array {