Skip to content

Commit

Permalink
Changed exception origin
Browse files Browse the repository at this point in the history
  • Loading branch information
kisztof committed Sep 14, 2023
1 parent a5c2305 commit c0da3c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

namespace Ibexa\Core\Repository\NameSchema;

use LogicException;
use Ibexa\Contracts\Core\Exception\InvalidArgumentException;

final class UnresolvedTokenNamesException extends LogicException
final class UnresolvedTokenNamesException extends InvalidArgumentException
{
}

0 comments on commit c0da3c7

Please sign in to comment.