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 639481a commit fc3719cCopy full SHA for fc3719c
lib/Service/Note.php
@@ -42,7 +42,7 @@ public function getContent() : string {
42
$content = '';
43
}
44
if (!is_string($content)) {
45
- throw new \Exception('Can\'t read file content.');
+ throw new \Exception('Can\'t read file content for '.$this->file->getPath());
46
47
if (!mb_check_encoding($content, 'UTF-8')) {
48
$content = mb_convert_encoding($content, 'UTF-8');
0 commit comments