migration = $migration; parent::__construct($message, 0, $previous); } public function getMigration(): string { return $this->migration; } }