koinos / koinos-exception-cpp

An exception library used by Koinos C++ applications.
MIT License
0 stars 0 forks source link

Hide KOINOS_THROW 'e' #4

Closed mvandeberg closed 2 years ago

mvandeberg commented 3 years ago

We regularly use e to catch as an exception. Let's change e to _e to make accidental self referencing difficult.