File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1708,7 +1708,7 @@ public static function get_conversation(
17081708 } else {
17091709 // We have to throw an exception here because the external functions annoyingly
17101710 // don't accept null to be returned for a single structure.
1711- throw new \moodle_exception ('Conversation does not exist ' );
1711+ throw new \moodle_exception ('conversationdoesntexist ' );
17121712 }
17131713 }
17141714
@@ -1813,7 +1813,7 @@ public static function get_conversation_between_users(
18131813 } else {
18141814 // We have to throw an exception here because the external functions annoyingly
18151815 // don't accept null to be returned for a single structure.
1816- throw new \moodle_exception ('Conversation does not exist ' );
1816+ throw new \moodle_exception ('conversationdoesntexist ' );
18171817 }
18181818 }
18191819
You can’t perform that action at this time.
0 commit comments