Searched defs:LogicError (Results 1 – 10 of 10) sorted by relevance
411 class JSON_API LogicError; variable
199 LogicError::LogicError(String const& msg) : Exception(msg) {} in LogicError() function in Json::LogicError
2545 class JSON_API LogicError : public Exception { class2562 LogicError::LogicError(std::string const& msg) in LogicError() function in Json::LogicError
2581 LogicError::LogicError(std::string const& msg) in LogicError() function in Json::LogicError
5970 class LogicError class5975 explicit LogicError( const std::string & what ) : Error(), std::logic_error( what ) {} in LogicError() function in VULKAN_HPP_NAMESPACE::LogicError5976 explicit LogicError( char const * what ) : Error(), std::logic_error( what ) {} in LogicError() function in VULKAN_HPP_NAMESPACE::LogicError
5856 class LogicError class5861 explicit LogicError( const std::string & what ) : Error(), std::logic_error( what ) {} in LogicError() function in VULKAN_HPP_NAMESPACE::LogicError5862 explicit LogicError( char const * what ) : Error(), std::logic_error( what ) {} in LogicError() function in VULKAN_HPP_NAMESPACE::LogicError