Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
esokullu authored Nov 13, 2018
1 parent b6bb3c0 commit a2c179b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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(__CLASS__, $name);
throw new InvalidParticleMethodException(get_class($this->particle), $name);
}
}
}

0 comments on commit a2c179b

Please sign in to comment.