diff --git a/src/Exceptions/AnswerNotImportedException.php b/src/Exceptions/AnswerNotImportedException.php new file mode 100644 index 0000000..0a9f256 --- /dev/null +++ b/src/Exceptions/AnswerNotImportedException.php @@ -0,0 +1,16 @@ +answerId = $answerId; + + return $ex; + } +}