withMessage( sprintf('Could not read migration template file "%s".', $path) ); } public static function migrationFileWriteFailed(string $path): self { return self::create()->withMessage( sprintf('Could not write migration file "%s".', $path) ); } }