Sometrik / canvas

C++ canvas implementation
MIT License
37 stars 8 forks source link

Convert reasonable Java exceptions to C++ exceptions #34

Closed rekola closed 7 years ago

rekola commented 7 years ago

Ideally the system shouldn't create exceptions, but if it must, they should be sent to the C++ client also. Determine what the possible exceptions are.

rekola commented 7 years ago

canvas doesn't have any exception types.