Created new Exception to throw and modified tests.

This commit is contained in:
GDIBass 2017-08-18 08:40:24 -07:00
parent 2ebc71a616
commit 92308b4815

View File

@ -12,7 +12,7 @@
namespace Symfony\Component\Workflow\Exception;
/**
* Thrown by GuardListener when there is no token set, but guards are placed on a transition
* Thrown by GuardListener when there is no token set, but guards are placed on a transition.
*
* @author Matt Johnson <matj1985@gmail.com>
*/