Searched refs:IncorrectFileFormatChapterException (Results 1 – 5 of 5) sorted by relevance
20 from runner.chapters import Chapters, IncorrectFileFormatChapterException31 with self.assertRaises(IncorrectFileFormatChapterException):35 with self.assertRaises(IncorrectFileFormatChapterException):39 with self.assertRaises(IncorrectFileFormatChapterException):
23 …nner.common_exceptions import CyclicDependencyChapterException, IncorrectFileFormatChapterException48 raise IncorrectFileFormatChapterException(chapters_file)51 raise IncorrectFileFormatChapterException(chapters_file)54 raise IncorrectFileFormatChapterException(chapters_file)58 … raise IncorrectFileFormatChapterException(f"Chapter '{chapter.name}' already used")71 raise IncorrectFileFormatChapterException(77 raise IncorrectFileFormatChapterException(f"Incorrect file format: {chapters_file}")
67 class IncorrectFileFormatChapterException(RunnerException): class
35 class IncorrectFileFormatChapterException(Exception): class60 Log.exception_and_raise(_LOGGER, chapters_file, IncorrectFileFormatChapterException)63 Log.exception_and_raise(_LOGGER, chapters_file, IncorrectFileFormatChapterException)66 Log.exception_and_raise(_LOGGER, chapters_file, IncorrectFileFormatChapterException)73 IncorrectFileFormatChapterException)89 IncorrectFileFormatChapterException)97 IncorrectFileFormatChapterException