Vita
Classes
vita::exception Namespace Reference

Groups the custom exceptions used in Vita. More...

Classes

class  data_format
 
class  insufficient_data
 

Detailed Description

Groups the custom exceptions used in Vita.

There is a separate header because one can ignore custom exception types (since they are descendants of std::exception) in general case, but can also explicitly include the header and deal with custom exceptions if necessary.