Skip to content

Commit

Permalink
Add missing utility header entry after adding new exception type.
Browse files Browse the repository at this point in the history
  • Loading branch information
breyerml committed Nov 15, 2024
1 parent d02eebf commit 1f0e4e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/exceptions/utility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ PLSSVM_CREATE_EXCEPTION_TYPE_NAME(matrix_exception)
PLSSVM_CREATE_EXCEPTION_TYPE_NAME(kernel_launch_resources)
PLSSVM_CREATE_EXCEPTION_TYPE_NAME(classification_report_exception)
PLSSVM_CREATE_EXCEPTION_TYPE_NAME(platform_devices_empty)
PLSSVM_CREATE_EXCEPTION_TYPE_NAME(environment_exception)

} // namespace util

Expand Down

0 comments on commit 1f0e4e0

Please sign in to comment.