Skip to content

Commit 013bbe3

Browse files
committed
renamed 'Invalid data...' to 'Invalid parent'
1 parent d438d76 commit 013bbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/API.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function getFiles()
9494
}
9595
}
9696
if (count($todo) !== 0) {
97-
throw new \Exception('Inconsistent data...');
97+
throw new \Exception('Invalid parent');
9898
}
9999
return $out;
100100
}

0 commit comments

Comments
 (0)