diff --git a/include/aidge/data/DataFormat.hpp b/include/aidge/data/DataFormat.hpp
index 9b929b14ad373f37f488df80d9ed7823d3da1b20..238d48e825e27678edc331ffd4762a3aacfcb933 100644
--- a/include/aidge/data/DataFormat.hpp
+++ b/include/aidge/data/DataFormat.hpp
@@ -97,7 +97,6 @@ DataFormatTranspose getPermutationMapping(const DataFormat& src, const DataForma
  * @param outputDimsOrder The permutation applied to the input tensor's dimensions.
  * @return DataFormat The computed output data format after applying the permutation.
  *
- * @throws std::runtime_error if the provided permutation is invalid for the given format.
  * @pre `outputDimsOrder` must be a valid permutation of the format's dimensions.
  */
 DataFormat getTransposeOutputDataFormat(const DataFormat inputDataFormat, const std::array<std::size_t, 5> outputDimsOrder);