Documents Exception::Throw.
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -62,6 +62,8 @@ namespace ArbUt { | |||||||
|         { |         { | ||||||
|         } |         } | ||||||
|         template <typename... Args> |         template <typename... Args> | ||||||
|  |         /// @brief Throw a nicely formatted exception. The exception message will have the file name, line number, message, | ||||||
|  |         /// along with any optional parameters passed. | ||||||
|         [[noreturn]] static void Throw(const std::string& expression, const std::source_location& location, |         [[noreturn]] static void Throw(const std::string& expression, const std::source_location& location, | ||||||
|                                        const Args... args) { |                                        const Args... args) { | ||||||
|             std::stringstream error; |             std::stringstream error; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user