Skip to content

Commit

Permalink
Fix exception
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed Oct 24, 2018
1 parent ac5872c commit ed22313
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/chain/include/eosio/chain/exceptions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -548,4 +548,7 @@ namespace eosio { namespace chain {
3240000, "Snapshot exception" )
FC_DECLARE_DERIVED_EXCEPTION( snapshot_validation_exception, snapshot_exception,
3240001, "Snapshot Validation Exception" )

FC_DECLARE_EXCEPTION( abi_generation_exception, 999999, "Unable to generate abi" )

} } // eosio::chain

0 comments on commit ed22313

Please sign in to comment.