mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Finished refactoring of exceptions
This commit is contained in:
@@ -10,8 +10,11 @@ use Doctrine\Common\Collections\ArrayCollection;
|
||||
use Infinito\Logic\Operation\OperandInterface;
|
||||
use Infinito\Logic\Result\ResultInterface;
|
||||
use Infinito\Logic\Result\Result;
|
||||
use Infinito\Exception\NotProcessedException;
|
||||
use Infinito\Exception\Deprecated\NotProcessedException;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
class AbstractOperationTest extends TestCase
|
||||
{
|
||||
/**
|
||||
|
Reference in New Issue
Block a user