Skip to content
Open
3 changes: 3 additions & 0 deletions src/Exceptions/CircularRelationsFoundedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

namespace RonasIT\Support\Exceptions;

/**
* @deprecated Class was moved to the EntityGenerator package as it is used there.
*/
class CircularRelationsFoundedException extends EntityCreateException
{
}
3 changes: 3 additions & 0 deletions src/Exceptions/ClassNotExistsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

namespace RonasIT\Support\Exceptions;

/**
* @deprecated Class was moved to the EntityGenerator package as it is used there.
*/
class ClassNotExistsException extends EntityCreateException
{
}
3 changes: 3 additions & 0 deletions src/Exceptions/EntityCreateException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

use Exception;

/**
* @deprecated Class was moved to the EntityGenerator package as it is used there.
*/
class EntityCreateException extends Exception
{
}