Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions src/lib/LibICloneableFactoryV4.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ error ZeroImplementationCodeSize();
/// delegated account.
error DelegatedImplementation();

/// Thrown when the clone address already has code. On the open-salt path the
/// occupant is the exact clone asked for; on the namespaced path it is the
/// clone the same deployer deployed at that salt, with whatever `data` that
/// call passed.
/// Thrown when the clone address already has code.
/// @param clone The occupied address.
error CloneAddressOccupied(address clone);

Expand Down
Loading