Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
155fb24a
Commit
155fb24a
authored
May 10, 2018
by
Paul
Browse files
Fix incorrect doc
parent
d1e43e3a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/rtg/errors.hpp
include/rtg/errors.hpp
+1
-1
No files found.
include/rtg/errors.hpp
View file @
155fb24a
...
@@ -17,7 +17,7 @@ struct exception : std::runtime_error
...
@@ -17,7 +17,7 @@ struct exception : std::runtime_error
* @brief Create an exception object
* @brief Create an exception object
*
*
* @param context A message that says where the exception occurred
* @param context A message that says where the exception occurred
* @param message
* @param message
Custom message for the error
* @return Exceptions
* @return Exceptions
*/
*/
inline
exception
make_exception
(
std
::
string
context
,
std
::
string
message
=
""
)
inline
exception
make_exception
(
std
::
string
context
,
std
::
string
message
=
""
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment