mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 19:26:33 +00:00
8 lines
222 B
Solidity
8 lines
222 B
Solidity
// SPDX-License-Identifier: MIT
|
|
// OpenZeppelin Contracts (last updated v4.6.0) (crosschain/errors.sol)
|
|
|
|
pragma solidity ^0.8.4;
|
|
|
|
error NotCrossChainCall();
|
|
error InvalidCrossChainSender(address actual, address expected);
|