@@ -5,8 +5,8 @@ |
||
5 | 5 | namespace Noodle\Statemachine\Exception; |
6 | 6 | |
7 | 7 | use Noodle\State\State; |
8 | -use Noodle\Statemachine\Exception; |
|
9 | 8 | use Noodle\Stateful\Stateful; |
9 | +use Noodle\Statemachine\Exception; |
|
10 | 10 | use Noodle\Transition\Context; |
11 | 11 | use Noodle\Transition\Input\Input; |
12 | 12 |
@@ -12,7 +12,6 @@ |
||
12 | 12 | use Noodle\State\FlyweightState; |
13 | 13 | use Noodle\State\State; |
14 | 14 | use Noodle\Stateful\Stateful; |
15 | -use Noodle\Statemachine\Exception as NoodleException; |
|
16 | 15 | use Noodle\Statemachine\Exception\StateTransitionFailed; |
17 | 16 | use Noodle\Transition\Input\FlyweightInput; |
18 | 17 | use Noodle\Transition\Input\Input; |