packages/contracts-rfq/contracts/legacy/router/libs/Errors.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
error DeadlineExceeded();
error InsufficientOutputAmount();
error MsgValueIncorrect();
error PoolNotFound();
error TokenAddressMismatch();
error TokenNotContract();
error TokenNotETH();
error TokensIdentical();