MCPcopy Create free account
hub / github.com/cinder/Cinder / not_enough_room

Class not_enough_room

include/utf8cpp/checked.h:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 };
64
65 class not_enough_room : public exception {
66 public:
67 virtual const char* what() const throw() { return "Not enough space"; }
68 };
69
70 /// The library API - functions intended to be called by the users
71

Callers 3

replace_invalidFunction · 0.85
nextFunction · 0.85
priorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected