This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_RevertIf_NotAuthorizedTargetSelector
- Loading branch information
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,10 @@ pragma solidity ^0.8.23; | |
/// @author Llama ([email protected]) | ||
/// @notice This is the interface for Llama accounts which can be used to hold assets for a Llama instance. | ||
interface ILlamaAccount { | ||
/// @dev External call failed. | ||
/// @param result Data returned by the called function. | ||
error FailedExecution(bytes result); | ||
|
||
// -------- For Inspection -------- | ||
|
||
/// @notice Returns the address of the Llama instance's executor. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters