Skip to content

Commit e1e7c63

Browse files
committed
Typo: stupid @Neloop and copy&paste mistake
1 parent 1d02aa0 commit e1e7c63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/helpers/ExerciseConfig/Pipeline/Box/Boxes/HaskellExecutionBox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function compile(CompilationParams $params): array {
110110
if (!preg_match('/^([A-Z][a-zA-Z0-9_]*[.])?[a-z][a-zA-Z0-9_]*$/', $entry)) {
111111
throw new ExerciseCompilationSoftException(
112112
"Name of the entry-point contains illicit characters",
113-
FrontendErrorMappings::E400_401__EXERCISE_COMPILATION_FILE_DEFINED
113+
FrontendErrorMappings::E400_406__EXERCISE_COMPILATION_BAD_ENTRY_POINT_NAME
114114
);
115115
}
116116

0 commit comments

Comments
 (0)