Skip to content

Commit

Permalink
Update Gateway.php
Browse files Browse the repository at this point in the history
  • Loading branch information
esokullu authored Nov 13, 2018
1 parent 462f4a5 commit f4bf267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pho/Framework/Handlers/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ public function switch(string $name, array $args) /*: \Pho\Lib\Graph\EntityInte
}
}
}
throw new InvalidParticleMethodException(get_class($this->particle), $name);
throw new InvalidParticleMethodException(get_class($this->particle), $name, (string) $this->particle->id());
}
}

0 comments on commit f4bf267

Please sign in to comment.