step = $step; $this->exception = $exception; } /** * @return MigrationStep */ public function getStep() { return $this->step; } /** * @return MigrationAbortedException */ public function getException() { return $this->exception; } }