You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew \RuntimeException('No part found with ID '.$id);
184
+
}
179
185
if (count($tmp) > 1) {
180
-
thrownew \RuntimeException('Multiple parts found with ID '.$id . ' ('.count($tmp).' found). This is basically a bug in Mousers API response. See issue #616.');
186
+
thrownew \RuntimeException('Multiple parts found with ID '.$id);
0 commit comments