hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unify HandleException and PreCheckException

netopyr opened this issue · comments

As it turned out, having two distinct exceptions, HandleException and PreCheckException, does not really provide any value. On the contrary, it makes some code more complex because both Exceptions can occur. Therefore, we should unify them.