Skip to content

Commit

Permalink
Re-export error type
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Apr 30, 2024
1 parent 80eeb0f commit 5d87492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub mod testing;
pub use cosmwasm_core::CoreError as StdError;
pub use cosmwasm_core::CoreResult as StdResult;
pub use cosmwasm_core::{
from_base64, from_hex, instantiate2_address, to_base64, to_hex, Addr,
from_base64, from_hex, instantiate2_address, to_base64, to_hex, Addr, AggregationError,
AggregationPairingEqualityError, Binary, CanonicalAddr, CheckedFromRatioError,
CheckedMultiplyFractionError, CheckedMultiplyRatioError, CoinFromStrError, CoinsError,
ConversionOverflowError, Decimal, Decimal256, Decimal256RangeExceeded, DecimalRangeExceeded,
Expand Down

0 comments on commit 5d87492

Please sign in to comment.